Update release notes for v4.5.1-1 to reflect the addition of `listaddresses`

This commit is contained in:
Kris Nuttycombe 2021-10-07 14:25:50 -06:00
parent 6b1d290789
commit 7b40f87404
1 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,9 @@ release-notes at release time)
Notable changes
===============
The `listaddresses` endpoint has been added to the RPC API. This method
allows the caller to obtain addresses managed by the wallet, grouped
by the source of the address, including both those addresses generated
by the wallet and those associated with imported viewing or spending
keys. This provides functionality that replaces and subsumes the
previously-removed `getaddressesbyaccount` method.