Merge #9406: Re-enable a blank v1 Tx JSON test

b371732 Re-enable a blank v1 Tx JSON test (Douglas Roark)
This commit is contained in:
MarcoFalke 2016-12-23 12:06:38 +01:00
commit 0f921e6a04
No known key found for this signature in database
GPG key ID: 2D7F2372E50FE137
2 changed files with 8 additions and 3 deletions

View file

@ -5,9 +5,9 @@
"description": "Creates a blank v1 transaction"
},
{ "exec": "./bitcoin-tx",
"args": ["-json","-create"],
"output_cmp": "blanktxv2.json",
"description": "Creates a blank transaction (output in json)"
"args": ["-json","-create", "nversion=1"],
"output_cmp": "blanktxv1.json",
"description": "Creates a blank v1 transaction (output in json)"
},
{ "exec": "./bitcoin-tx",
"args": ["-"],
@ -15,6 +15,11 @@
"output_cmp": "blanktxv2.hex",
"description": "Creates a blank transaction when nothing is piped into bitcoin-tx"
},
{ "exec": "./bitcoin-tx",
"args": ["-json","-create"],
"output_cmp": "blanktxv2.json",
"description": "Creates a blank transaction (output in json)"
},
{ "exec": "./bitcoin-tx",
"args": ["-json","-"],
"input": "blanktxv2.hex",