diff options
Diffstat (limited to 'doc/release-notes-17578.md')
-rw-r--r-- | doc/release-notes-17578.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes-17578.md b/doc/release-notes-17578.md index 1b07436bb1..90156d6081 100644 --- a/doc/release-notes-17578.md +++ b/doc/release-notes-17578.md @@ -4,5 +4,5 @@ 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 + 0.21. To re-enable the previous behavior, launch with `-deprecatedrpc=labelspurpose`. |