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