blob: 664d17fd78dba20e3a5af52be6b6fbd26bd72c83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Deprecated or removed RPCs
--------------------------
- RPC `getaddressinfo` changes:
- the `label` field has been deprecated in favor of the `labels` field and
will be removed in 0.21. It can be re-enabled in the interim by launching
with `-deprecatedrpc=label`.
- the `labels` behavior of returning an array of JSON objects containing name
and purpose key/value pairs has been deprecated in favor of an array of
label names and will be removed in 0.21. The previous behavior can be
re-enabled in the interim by launching with `-deprecatedrpc=labelspurpose`.
|