diff options
| author | Pieter Wuille <[email protected]> | 2017-08-25 19:55:52 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-09-28 16:24:30 -0700 |
| commit | c091b99379b97cb314c9fa123beabdbc324cf7a4 (patch) | |
| tree | f1cc720f195b18842831f964a3dd1fc71d29a4ff /test/util/data/txcreatemultisig3.json | |
| parent | Add regtest testing to base58_tests (diff) | |
| download | discoin-c091b99379b97cb314c9fa123beabdbc324cf7a4.tar.xz discoin-c091b99379b97cb314c9fa123beabdbc324cf7a4.zip | |
Implement BIP173 addresses and tests
Diffstat (limited to 'test/util/data/txcreatemultisig3.json')
| -rw-r--r-- | test/util/data/txcreatemultisig3.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/util/data/txcreatemultisig3.json b/test/util/data/txcreatemultisig3.json index 06e093e22..6c5b49d87 100644 --- a/test/util/data/txcreatemultisig3.json +++ b/test/util/data/txcreatemultisig3.json @@ -14,7 +14,11 @@ "scriptPubKey": { "asm": "0 e15a86a23178f433d514dbbce042e87d72662b8b5edcacfd2e37ab7a2d135f05", "hex": "0020e15a86a23178f433d514dbbce042e87d72662b8b5edcacfd2e37ab7a2d135f05", - "type": "witness_v0_scripthash" + "reqSigs": 1, + "type": "witness_v0_scripthash", + "addresses": [ + "bc1qu9dgdg330r6r84g5mw7wqshg04exv2uttmw2elfwx74h5tgntuzs44gyfg" + ] } } ], |