Skip to content

Commit 988ce2d

Browse files
committed
Adding 'amount' label to tx_valid/tx_invalid.json files
1 parent c9e0059 commit 988ce2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/data/tx_invalid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
["The following are deserialized transactions which are invalid."],
33
["They are in the form"],
4-
["[[[prevout hash, prevout index, prevout scriptPubKey], [input 2], ...],"],
4+
["[[[prevout hash, prevout index, prevout scriptPubKey, amount?], [input 2], ...],"],
55
["serializedTransaction, verifyFlags]"],
66
["Objects that are only a single string (like this one) are ignored"],
77

src/test/data/tx_valid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
["The following are deserialized transactions which are valid."],
33
["They are in the form"],
4-
["[[[prevout hash, prevout index, prevout scriptPubKey], [input 2], ...],"],
4+
["[[[prevout hash, prevout index, prevout scriptPubKey, amount?], [input 2], ...],"],
55
["serializedTransaction, verifyFlags]"],
66
["Objects that are only a single string (like this one) are ignored"],
77

0 commit comments

Comments
 (0)