Skip to content

Commit 8925df8

Browse files
committed
doc: update release notes
Update the release notes regarding the change in rpc getaddressinfo `labels`.
1 parent 8bb405b commit 8925df8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/release-notes-17578.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Deprecated or removed RPCs
2+
--------------------------
3+
4+
- The `getaddressinfo` RPC `labels` field now returns an array of label name
5+
strings. Previously, it returned an array of JSON objects containing `name` and
6+
`purpose` key/value pairs, which is now deprecated and will be removed in
7+
0.21. To re-enable the previous behavior, launch bitcoind with
8+
`-deprecatedrpc=labelspurpose`.

0 commit comments

Comments
 (0)