aboutsummaryrefslogtreecommitdiff
path: root/test/util/data/txcreatescript3.json
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-03-21 00:10:53 +0100
committerMarcoFalke <[email protected]>2017-03-21 00:11:14 +0100
commit3192e5278abca7c1f3b4a2a7f77a0ce941c73985 (patch)
tree826cfa504915d204ce8f6a414d50ed0ffbf7003f /test/util/data/txcreatescript3.json
parentMerge #9734: Add updating of chainTxData to release process (diff)
parentMove src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py (diff)
downloaddiscoin-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 'test/util/data/txcreatescript3.json')
-rw-r--r--test/util/data/txcreatescript3.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/util/data/txcreatescript3.json b/test/util/data/txcreatescript3.json
new file mode 100644
index 000000000..90e7e27f9
--- /dev/null
+++ b/test/util/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"
+}