Skip to content

Commit 88c2ae3

Browse files
author
MarcoFalke
committed
Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid.json
988ce2d Adding 'amount' label to tx_valid/tx_invalid.json files (Chris Stewart) Tree-SHA512: 11c216c6565ecaa5ff4eb6122f87d3b28f89db52d1e473c0678f61c240e133698adb05e717bfb9d3db36409dfb230b902dca4029a58633be36c9f85e0db3d973
2 parents 94e5ba9 + 988ce2d commit 88c2ae3

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)