diff options
author | furszy <matiasfurszyfer@protonmail.com> | 2022-05-19 11:38:02 -0300 |
---|---|---|
committer | furszy <matiasfurszyfer@protonmail.com> | 2022-05-20 23:22:11 -0300 |
commit | baa3ddc49c46d00e3e0de06e494656f0f00b0ee8 (patch) | |
tree | 1212e7bbd5b42acdb36f773a3cf3ac9b5c193eff /doc/release-notes.md | |
parent | 8897a21658ad93f7b628eb2a3411fec2265d73fb (diff) |
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.md | 3 |
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 ----------- |