aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorfurszy <matiasfurszyfer@protonmail.com>2022-05-19 11:38:02 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2022-05-20 23:22:11 -0300
commitbaa3ddc49c46d00e3e0de06e494656f0f00b0ee8 (patch)
tree1212e7bbd5b42acdb36f773a3cf3ac9b5c193eff /doc/release-notes.md
parent8897a21658ad93f7b628eb2a3411fec2265d73fb (diff)
downloadbitcoin-baa3ddc49c46d00e3e0de06e494656f0f00b0ee8.tar.xz
doc: add release notes about `getreceivedbylabel` returning an error if the label is not in the address book.
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index f9e712ed8d..938042c0a8 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -78,6 +78,9 @@ Tools and Utilities
Wallet
------
+- RPC `getreceivedbylabel` now returns an error, "Label not found
+ in wallet" (-4), if the label is not in the address book. (#25122)
+
GUI changes
-----------