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/txcreatescript3.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/txcreatescript3.json')
| -rw-r--r-- | src/test/data/txcreatescript3.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/data/txcreatescript3.json b/src/test/data/txcreatescript3.json new file mode 100644 index 000000000..90e7e27f9 --- /dev/null +++ b/src/test/data/txcreatescript3.json @@ -0,0 +1,20 @@ +{ + "txid": "8a234037b088e987c877030efc83374a07441c321bf9dc6dd2f206bc26507df8", + "hash": "8a234037b088e987c877030efc83374a07441c321bf9dc6dd2f206bc26507df8", + "version": 1, + "locktime": 0, + "vin": [ + ], + "vout": [ + { + "value": 0.00, + "n": 0, + "scriptPubKey": { + "asm": "0 0bfe935e70c321c7ca3afc75ce0d0ca2f98b5422e008bb31c00c6d7f1f1c0ad6", + "hex": "00200bfe935e70c321c7ca3afc75ce0d0ca2f98b5422e008bb31c00c6d7f1f1c0ad6", + "type": "witness_v0_scripthash" + } + } + ], + "hex": "01000000000100000000000000002200200bfe935e70c321c7ca3afc75ce0d0ca2f98b5422e008bb31c00c6d7f1f1c0ad600000000" +} |