diff options
| author | MarcoFalke <[email protected]> | 2017-03-21 00:10:53 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-03-21 00:11:14 +0100 |
| commit | 3192e5278abca7c1f3b4a2a7f77a0ce941c73985 (patch) | |
| tree | 826cfa504915d204ce8f6a414d50ed0ffbf7003f /src/test/data/txcreatescript4.json | |
| parent | Merge #9734: Add updating of chainTxData to release process (diff) | |
| parent | Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py (diff) | |
| download | discoin-3192e5278abca7c1f3b4a2a7f77a0ce941c73985.tar.xz discoin-3192e5278abca7c1f3b4a2a7f77a0ce941c73985.zip | |
Merge #9956: Reorganise qa directory
63d66ba Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py (John Newbery)
5b0bff4 Rename --enable-extended-rpc-tests to --enable-extended-functional-tests (John Newbery)
a9bd622 Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py (John Newbery)
c28ee91 Rename rpc-tests directory to functional (John Newbery)
00902c4 Rename qa directory to test (John Newbery)
Tree-SHA512: ee7125c0c647d81590177beef2c8852c4ef76fdcf888096d9d4d360562a01d8d3b453345c3040487b2a043935bd1e7e80018f34462d6e02262bedbe23edcc576
Diffstat (limited to 'src/test/data/txcreatescript4.json')
| -rw-r--r-- | src/test/data/txcreatescript4.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/test/data/txcreatescript4.json b/src/test/data/txcreatescript4.json deleted file mode 100644 index 11783751a..000000000 --- a/src/test/data/txcreatescript4.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "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" -} |