Adding 'amount' label to tx_valid/tx_invalid.json files
This commit is contained in:
parent
c9e00591cd
commit
988ce2ddef
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[
|
[
|
||||||
["The following are deserialized transactions which are invalid."],
|
["The following are deserialized transactions which are invalid."],
|
||||||
["They are in the form"],
|
["They are in the form"],
|
||||||
["[[[prevout hash, prevout index, prevout scriptPubKey], [input 2], ...],"],
|
["[[[prevout hash, prevout index, prevout scriptPubKey, amount?], [input 2], ...],"],
|
||||||
["serializedTransaction, verifyFlags]"],
|
["serializedTransaction, verifyFlags]"],
|
||||||
["Objects that are only a single string (like this one) are ignored"],
|
["Objects that are only a single string (like this one) are ignored"],
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[
|
[
|
||||||
["The following are deserialized transactions which are valid."],
|
["The following are deserialized transactions which are valid."],
|
||||||
["They are in the form"],
|
["They are in the form"],
|
||||||
["[[[prevout hash, prevout index, prevout scriptPubKey], [input 2], ...],"],
|
["[[[prevout hash, prevout index, prevout scriptPubKey, amount?], [input 2], ...],"],
|
||||||
["serializedTransaction, verifyFlags]"],
|
["serializedTransaction, verifyFlags]"],
|
||||||
["Objects that are only a single string (like this one) are ignored"],
|
["Objects that are only a single string (like this one) are ignored"],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue