mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
389 B
9 lines
389 B
5 years ago
|
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 bitcoind with
|
||
|
`-deprecatedrpc=labelspurpose`.
|