diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-01-12 12:24:25 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-01-12 12:24:35 +0100 |
| commit | d5d4ad87afbf6c09a936c910826a75568d42d7ea (patch) | |
| tree | e7c79fc9616b2d4ef0a605be888a2bea0acfb0df /src/test/data/txcreatescript1.json | |
| parent | Merge #9472: Disentangle progress estimation from checkpoints and update it (diff) | |
| parent | testcases: explicitly specify transaction version 1 (diff) | |
| download | discoin-d5d4ad87afbf6c09a936c910826a75568d42d7ea.tar.xz discoin-d5d4ad87afbf6c09a936c910826a75568d42d7ea.zip | |
Merge #8883: Add all standard TXO types to bitcoin-tx
0c50909 testcases: explicitly specify transaction version 1 (John Newbery)
b7e144b Add test cases to test new bitcoin-tx functionality (jnewbery)
61a1534 Add all transaction output types to bitcoin-tx. (jnewbery)
1814b08 add p2sh and segwit options to bitcoin-tx outscript command (Stanislas Marion)
Diffstat (limited to 'src/test/data/txcreatescript1.json')
| -rw-r--r-- | src/test/data/txcreatescript1.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/data/txcreatescript1.json b/src/test/data/txcreatescript1.json new file mode 100644 index 000000000..8ffecba41 --- /dev/null +++ b/src/test/data/txcreatescript1.json @@ -0,0 +1,20 @@ +{ + "txid": "f0851b68202f736b792649cfc960259c2374badcb644ab20cac726b5f72f61c9", + "hash": "f0851b68202f736b792649cfc960259c2374badcb644ab20cac726b5f72f61c9", + "version": 1, + "locktime": 0, + "vin": [ + ], + "vout": [ + { + "value": 0.00, + "n": 0, + "scriptPubKey": { + "asm": "OP_DROP", + "hex": "75", + "type": "nonstandard" + } + } + ], + "hex": "0100000000010000000000000000017500000000" +} |