blob: 90156d608152d9ed7ae53ec09841d0c2246f5d17 (
plain)
1
2
3
4
5
6
7
8
|
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`.
|