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
8 lines
380 B
Markdown
8 lines
380 B
Markdown
Deprecated or removed RPCs
|
|
--------------------------
|
|
|
|
- The `getaddressinfo` RPC `labels` field now returns an array of label name
|
|
strings. Previously, it returned an array of JSON objects containing `name` and
|
|
`purpose` key/value pairs, which is now deprecated and will be removed in
|
|
0.21. To re-enable the previous behavior, launch with
|
|
`-deprecatedrpc=labelspurpose`.
|