Merge #8837: allow bitcoin-tx to parse partial transactions

7451cf5 Allow bitcoin-tx to parse partial transactions (jnewbery)
This commit is contained in:
Wladimir J. van der Laan 2016-11-21 15:32:11 +01:00 committed by Alexander Block
parent 3235aad493
commit 71e3e37d91

View File

@ -102,6 +102,16 @@
"output_cmp": "txcreate2.json",
"description": "Creates a new transaction with a single empty output script (output in json)"
},
{ "exec": "./dash-tx",
"args": ["01000000000100000000000000000000000000"],
"output_cmp": "txcreate2.hex",
"description": "Parses a transation with no inputs and a single output script"
},
{ "exec": "./dash-tx",
"args": ["-json", "01000000000100000000000000000000000000"],
"output_cmp": "txcreate2.json",
"description": "Parses a transation with no inputs and a single output script (output in json)"
},
{ "exec": "./dash-tx",
"args":
["-create",