Browse Source

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
0.15
MarcoFalke 8 years ago
parent
commit
88c2ae3ed2
No known key found for this signature in database
GPG Key ID: 2D7F2372E50FE137
  1. 2
      src/test/data/tx_invalid.json
  2. 2
      src/test/data/tx_valid.json

2
src/test/data/tx_invalid.json

@ -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"],

2
src/test/data/tx_valid.json

@ -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…
Cancel
Save