mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
doc: update release notes
Update the release notes regarding the change in rpc getaddressinfo `labels`.
This commit is contained in:
parent
8bb405bbad
commit
8925df86c4
8
doc/release-notes-17578.md
Normal file
8
doc/release-notes-17578.md
Normal file
@ -0,0 +1,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 bitcoind with
|
||||||
|
`-deprecatedrpc=labelspurpose`.
|
Loading…
Reference in New Issue
Block a user