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/txcreatescript2.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/txcreatescript2.json')
| -rw-r--r-- | src/test/data/txcreatescript2.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/data/txcreatescript2.json b/src/test/data/txcreatescript2.json new file mode 100644 index 000000000..41eb69f1a --- /dev/null +++ b/src/test/data/txcreatescript2.json @@ -0,0 +1,24 @@ +{ + "txid": "6e07a7cc075e0703f32ee8c4e5373fe654bfbc315148fda364e1be286ff290d0", + "hash": "6e07a7cc075e0703f32ee8c4e5373fe654bfbc315148fda364e1be286ff290d0", + "version": 1, + "locktime": 0, + "vin": [ + ], + "vout": [ + { + "value": 0.00, + "n": 0, + "scriptPubKey": { + "asm": "OP_HASH160 71ed53322d470bb96657deb786b94f97dd46fb15 OP_EQUAL", + "hex": "a91471ed53322d470bb96657deb786b94f97dd46fb1587", + "reqSigs": 1, + "type": "scripthash", + "addresses": [ + "3C5QarEGh9feKbDJ3QbMf2YNjnMoiPDhNp" + ] + } + } + ], + "hex": "010000000001000000000000000017a91471ed53322d470bb96657deb786b94f97dd46fb158700000000" +} |