mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-16 14:52:36 -03:00
c7654af6f8
- 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
.