diff options
author | Jon Atack <jon@atack.com> | 2020-01-09 17:11:54 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-01-09 17:29:49 +0100 |
commit | c7654af6f830577a54df12b5d65df93532db0dc2 (patch) | |
tree | 6b994f86bd2865258818782318ffe6d6b7c43a93 /doc | |
parent | 6196e930018181301b5972842ae384ea4288ff34 (diff) |
doc: address pr17578 review feedback
- 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
Diffstat (limited to 'doc')
-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`. |