diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-09-03 12:04:30 -0400 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2022-01-26 09:56:51 +0800 |
commit | 6498ba151b35ce9621ad00730f1fdfca55538ace (patch) | |
tree | c1849d74d672fce9bc2df7763deba368fd5d0f2a /test/util/data/txcreatemultisig1.json | |
parent | e30b6ea194fee3bb95a45e7b732a99566b88f1f5 (diff) |
transaction decoding infer output descriptors
Diffstat (limited to 'test/util/data/txcreatemultisig1.json')
-rw-r--r-- | test/util/data/txcreatemultisig1.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/data/txcreatemultisig1.json b/test/util/data/txcreatemultisig1.json index baa290c2b1..9632b20ece 100644 --- a/test/util/data/txcreatemultisig1.json +++ b/test/util/data/txcreatemultisig1.json @@ -14,6 +14,7 @@ "n": 0, "scriptPubKey": { "asm": "2 02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397 021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d 02df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb485 3 OP_CHECKMULTISIG", + "desc": "multi(2,02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397,021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d,02df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb485)#8s88p9pl", "hex": "522102a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff39721021ac43c7ff740014c3b33737ede99c967e4764553d1b2b83db77c83b8715fa72d2102df2089105c77f266fa11a9d33f05c735234075f2e8780824c6b709415f9fb48553ae", "type": "multisig" } |