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/txcreatescript4.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/txcreatescript4.json')
| -rw-r--r-- | src/test/data/txcreatescript4.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/data/txcreatescript4.json b/src/test/data/txcreatescript4.json new file mode 100644 index 000000000..11783751a --- /dev/null +++ b/src/test/data/txcreatescript4.json @@ -0,0 +1,24 @@ +{ + "txid": "24225cf5e9391100d6b218134b9f03383ca4c880a1f634ac12990cf28b66adbc", + "hash": "24225cf5e9391100d6b218134b9f03383ca4c880a1f634ac12990cf28b66adbc", + "version": 1, + "locktime": 0, + "vin": [ + ], + "vout": [ + { + "value": 0.00, + "n": 0, + "scriptPubKey": { + "asm": "OP_HASH160 6a2c482f4985f57e702f325816c90e3723ca81ae OP_EQUAL", + "hex": "a9146a2c482f4985f57e702f325816c90e3723ca81ae87", + "reqSigs": 1, + "type": "scripthash", + "addresses": [ + "3BNQbeFeJJGMAyDxPwWPuqxPMrjsFLjk3f" + ] + } + } + ], + "hex": "010000000001000000000000000017a9146a2c482f4985f57e702f325816c90e3723ca81ae8700000000" +} |