dogecoin/src/test/data/bitcoin-util-test.json

10 lines
181 B
JSON
Raw Normal View History

2014-08-19 16:28:58 +02:00
[
{ "exec": ["./bitcoin-tx", "-create"],
"output_cmp": "blanktx.hex"
},
{ "exec": ["./bitcoin-tx", "-"],
"input": "blanktx.hex",
"output_cmp": "blanktx.hex"
2014-08-19 16:28:58 +02:00
}
]