From 5d0c8362940bec425967484c8ecb59f51150fe57 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sat, 23 Nov 2024 08:45:40 -0600 Subject: [PATCH] doc: release notes for rpc getbalances#total and -getinfo balances update --- doc/release-notes-31353.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/release-notes-31353.md diff --git a/doc/release-notes-31353.md b/doc/release-notes-31353.md new file mode 100644 index 00000000000..84a0aeb24fd --- /dev/null +++ b/doc/release-notes-31353.md @@ -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)