mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 18:44:59 +01:00
- https://github.com/bitcoin/bitcoin/pull/17578#discussion_r363975411 - https://github.com/bitcoin/bitcoin/pull/17578#discussion_r363969721 - https://github.com/bitcoin/bitcoin/pull/17578#discussion_r362703553
380 B
380 B
Deprecated or removed RPCs
- The
getaddressinfo
RPClabels
field now returns an array of label name strings. Previously, it returned an array of JSON objects containingname
andpurpose
key/value pairs, which is now deprecated and will be removed in 0.21. To re-enable the previous behavior, launch with-deprecatedrpc=labelspurpose
.