diff options
author | Andrew Chow <achow101-github@achow101.com> | 2022-01-26 17:52:39 -0500 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2022-01-26 17:52:51 -0500 |
commit | 3d223712d343d49ab2fc6d0fbf66b39663835192 (patch) | |
tree | c596ddaa215b5f474be50465ba9f78e736755c81 /test/util/data/txcreatemultisig2.json | |
parent | e3699b71c46bf66cfe363fc76ab8761dc39555a7 (diff) | |
parent | 6498ba151b35ce9621ad00730f1fdfca55538ace (diff) |
Merge bitcoin/bitcoin#16795: rpc: have raw transaction decoding infer output descriptors
6498ba151b35ce9621ad00730f1fdfca55538ace transaction decoding infer output descriptors (Gregory Sanders)
Pull request description:
Following discussion in #16725 this is complementary data to expose. All outputs are inferred.
ACKs for top commit:
achow101:
ACK 6498ba151b35ce9621ad00730f1fdfca55538ace
meshcollider:
utACK 6498ba151b35ce9621ad00730f1fdfca55538ace
Tree-SHA512: 36664117ddbe46d5fdde7ed6541ef2c9d8dfb7a3636b97f363bf1c325096fe00d9d2acea2d1917ea19fdb82f1ea296c12e440c5c703d6a9bfc1a02fba028bcd8
Diffstat (limited to 'test/util/data/txcreatemultisig2.json')
-rw-r--r-- | test/util/data/txcreatemultisig2.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/data/txcreatemultisig2.json b/test/util/data/txcreatemultisig2.json index 6685512587..021cf539a8 100644 --- a/test/util/data/txcreatemultisig2.json +++ b/test/util/data/txcreatemultisig2.json @@ -14,6 +14,7 @@ "n": 0, "scriptPubKey": { "asm": "OP_HASH160 1c6fbaf46d64221e80cbae182c33ddf81b9294ac OP_EQUAL", + "desc": "addr(34HNh57oBCRKkxNyjTuWAJkTbuGh6jg2Ms)#ngnz8933", "hex": "a9141c6fbaf46d64221e80cbae182c33ddf81b9294ac87", "address": "34HNh57oBCRKkxNyjTuWAJkTbuGh6jg2Ms", "type": "scripthash" |