mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 14:37:42 -03:00
doc: release notes for rpc getbalances#total and -getinfo balances update
This commit is contained in:
parent
e00979167a
commit
5d0c836294
1 changed files with 9 additions and 0 deletions
9
doc/release-notes-31353.md
Normal file
9
doc/release-notes-31353.md
Normal 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)
|
Loading…
Add table
Reference in a new issue