diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-04-15 11:09:10 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-04-15 11:09:18 -0400 |
commit | 2a854a17816675d258757061a2a7f6ed1de94fc1 (patch) | |
tree | 8980c0021db8c1c964d797728ceb2c1f0be99b87 /src/qt/test | |
parent | 2a191b48463adc64dfb6187fccb7742c795dee60 (diff) | |
parent | b4338c151d4788c33f4b7c54daaf7f94b193a624 (diff) |
Merge #15750: [rpc] Remove the addresses field from the getaddressinfo return object
b4338c151d [rpc] Remove the addresses field from the getaddressinfo return object (John Newbery)
Pull request description:
The "addresses" field was confusing because it refered to public keys
using their P2PKH address. It was included in the return object when
needed for backward compatibility. Remove that compatibility now that
the -deprecatedrpc=validateaddress option has been removed.
New applications should use the 'embedded'->'address' field for P2SH or
P2WSH wrapped addresses, and 'pubkeys' for inspecting multisig
participants.
ACKs for commit b4338c:
jonatack:
ACK https://github.com/bitcoin/bitcoin/pull/15750/commits/b4338c151d4788c33f4b7c54daaf7f94b193a624. Tests [gist](https://gist.github.com/jonatack/31915e290bb1be39b9769dc9357385ca).
Tree-SHA512: 2c207510e565df600428838bfc6db5211fa06aaace365e31cbd74f1d2376b598675cb90df2fc1440858d49b22095aaa9d6b9ce3de0aff22417fe72cc6a6a321f
Diffstat (limited to 'src/qt/test')
0 files changed, 0 insertions, 0 deletions