aboutsummaryrefslogtreecommitdiff
path: root/test/util/data/txcreateoutpubkey3.json
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-03-21 00:10:53 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-03-21 00:11:14 +0100
commit3192e5278abca7c1f3b4a2a7f77a0ce941c73985 (patch)
tree826cfa504915d204ce8f6a414d50ed0ffbf7003f /test/util/data/txcreateoutpubkey3.json
parent0c17afcbe73ec546bc63aea34639fa0f4ea45c37 (diff)
parent63d66ba20a634b54f6d5e8b051fb4a106f2cef6c (diff)
downloadbitcoin-3192e5278abca7c1f3b4a2a7f77a0ce941c73985.tar.xz
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 'test/util/data/txcreateoutpubkey3.json')
-rw-r--r--test/util/data/txcreateoutpubkey3.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/util/data/txcreateoutpubkey3.json b/test/util/data/txcreateoutpubkey3.json
new file mode 100644
index 0000000000..a1a25fc834
--- /dev/null
+++ b/test/util/data/txcreateoutpubkey3.json
@@ -0,0 +1,24 @@
+{
+ "txid": "bfc7e898ee9f6a9652d7b8cca147e2da134502e2ada0f279ed634fc8cf833f8c",
+ "hash": "bfc7e898ee9f6a9652d7b8cca147e2da134502e2ada0f279ed634fc8cf833f8c",
+ "version": 1,
+ "locktime": 0,
+ "vin": [
+ ],
+ "vout": [
+ {
+ "value": 0.00,
+ "n": 0,
+ "scriptPubKey": {
+ "asm": "OP_HASH160 a5ab14c9804d0d8bf02f1aea4e82780733ad0a83 OP_EQUAL",
+ "hex": "a914a5ab14c9804d0d8bf02f1aea4e82780733ad0a8387",
+ "reqSigs": 1,
+ "type": "scripthash",
+ "addresses": [
+ "3GnzN8FqgvYGYdhj8NW6UNxxVv3Uj1ApQn"
+ ]
+ }
+ }
+ ],
+ "hex": "010000000001000000000000000017a914a5ab14c9804d0d8bf02f1aea4e82780733ad0a838700000000"
+}