doc: release notes for rpc getbalances#total and -getinfo balances update

This commit is contained in:
Jon Atack 2024-11-23 08:45:40 -06:00
parent e00979167a
commit 5d0c836294

View file

@ -0,0 +1,9 @@
Updated RPCs
------------
- RPC getbalances has a new `total` field that provides the sum of all wallet
balances returned by the RPC. (#31353)
- CLI -getinfo now displays wallet balances from RPC getbalances `total` instead
of `mine.trusted` in order to include watchonly, reused, untrusted pending, and
immature coinbase outputs in the balance shown. (#31353)