diff options
| author | nicolas.dorier <[email protected]> | 2019-08-26 17:32:47 +0900 |
|---|---|---|
| committer | nicolas.dorier <[email protected]> | 2019-08-30 11:29:21 +0900 |
| commit | 6d803494b59ab5520079b6a72d97790d86d2a015 (patch) | |
| tree | adb73af19ab2411f9b29f7cca69f01fbe5e8b7b0 /test/util/data | |
| parent | Merge #16611: build: Remove src/obj directory from repository (diff) | |
| download | discoin-6d803494b59ab5520079b6a72d97790d86d2a015.tar.xz discoin-6d803494b59ab5520079b6a72d97790d86d2a015.zip | |
Don't show addresses or P2PK in decoderawtransaction
Diffstat (limited to 'test/util/data')
| -rw-r--r-- | test/util/data/txcreateoutpubkey1.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/util/data/txcreateoutpubkey1.json b/test/util/data/txcreateoutpubkey1.json index 32097b3eb..42b519bb2 100644 --- a/test/util/data/txcreateoutpubkey1.json +++ b/test/util/data/txcreateoutpubkey1.json @@ -15,11 +15,7 @@ "scriptPubKey": { "asm": "02a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397 OP_CHECKSIG", "hex": "2102a5613bd857b7048924264d1e70e08fb2a7e6527d32b7ab1bb993ac59964ff397ac", - "reqSigs": 1, - "type": "pubkey", - "addresses": [ - "1FoG2386FG2tAJS9acMuiDsKy67aGg9MKz" - ] + "type": "pubkey" } } ], |