aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/txcreatemultisig1.json
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-03-08 17:46:18 -0500
committerJohn Newbery <john@johnnewbery.com>2017-03-20 10:40:31 -0400
commit63d66ba20a634b54f6d5e8b051fb4a106f2cef6c (patch)
treee6c1211ac2cedbfbe61061fc405914262da4437e /src/test/data/txcreatemultisig1.json
parent5b0bff4581cf5cbecce35df46075ba256b4974f5 (diff)
downloadbitcoin-63d66ba20a634b54f6d5e8b051fb4a106f2cef6c.tar.xz
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
Diffstat (limited to 'src/test/data/txcreatemultisig1.json')
-rw-r--r--src/test/data/txcreatemultisig1.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/data/txcreatemultisig1.json b/src/test/data/txcreatemultisig1.json
deleted file mode 100644
index f6ce43c202..0000000000
--- a/src/test/data/txcreatemultisig1.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "txid": "0d1d4edfc217d9db3ab6a9298f26a52eae3c52f55a6cb8ccbc14f7c727572894",
- "hash": "0d1d4edfc217d9db3ab6a9298f26a52eae3c52f55a6cb8ccbc14f7c727572894",
- "version": 1,
- "locktime": 0,
- "vin": [
- ],
- "vout": [
- {
- "value": 1.00,
- "n": 0,
- "scriptPubKey": {
- "asm": "2 02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397 021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d 02df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb485 3 OP_CHECKMULTISIG",
- "hex": "522102a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff39721021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d2102df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb48553ae",
- "reqSigs": 2,
- "type": "multisig",
- "addresses": [
- "1FoG2386FG2tAJS9acMuiDsKy67aGg9MKz",
- "1FXtz9KU8JNmQDyHdiEm5HDiALuP3zdHvV",
- "14LuavcBbXZYJ6Tsz3cAUQj9SuQoL2xCQX"
- ]
- }
- }
- ],
- "hex": "01000000000100e1f5050000000069522102a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff39721021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d2102df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb48553ae00000000"
-}