diff options
| author | Jeff Garzik <[email protected]> | 2014-08-19 12:11:50 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-19 12:11:50 -0400 |
| commit | fb11427e54a787c26b48ebe192868d3aec16f80c (patch) | |
| tree | 15bee02d3211d2043b2f5b390ee19745b79bbc6a /src/test/data/bitcoin-util-test.json | |
| parent | Merge pull request #4670 (diff) | |
| parent | bitcoin-tx: Accept input via stdin. Add input handling to tests. (diff) | |
| download | discoin-fb11427e54a787c26b48ebe192868d3aec16f80c.tar.xz discoin-fb11427e54a787c26b48ebe192868d3aec16f80c.zip | |
Merge pull request #4624
Diffstat (limited to 'src/test/data/bitcoin-util-test.json')
| -rw-r--r-- | src/test/data/bitcoin-util-test.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/data/bitcoin-util-test.json b/src/test/data/bitcoin-util-test.json new file mode 100644 index 000000000..16bcb4489 --- /dev/null +++ b/src/test/data/bitcoin-util-test.json @@ -0,0 +1,9 @@ +[ + { "exec": ["./bitcoin-tx", "-create"], + "output_cmp": "blanktx.hex" + }, + { "exec": ["./bitcoin-tx", "-"], + "input": "blanktx.hex", + "output_cmp": "blanktx.hex" + } +] |