Skip to content

Commit

Permalink
doc: release notes for rpc getbalances#total and -getinfo balances up…
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
jonatack committed Nov 23, 2024
1 parent e009791 commit 5d0c836
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/release-notes-31353.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 5d0c836

Please sign in to comment.