aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-05-01 10:39:18 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-05-03 13:59:44 -0400
commitfacfb4111d14a3b06c46690a2cca7ca91cea8a96 (patch)
treeec25c6769f97bd1d47379fc7c816b71b28d8d578 /doc/release-notes.md
parent999931cf8f167c7547f1015cdf05437a460c27f0 (diff)
downloadbitcoin-facfb4111d14a3b06c46690a2cca7ca91cea8a96.tar.xz
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 0de0f563b1..834c9b36dc 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -61,6 +61,15 @@ platform.
Notable changes
===============
+New RPCs
+--------
+
+- `getbalances` returns an object with all balances (`mine`,
+ `untrusted_pending` and `immature`). Please refer to the RPC help of
+ `getbalances` for details. The new RPC is intended to replace
+ `getunconfirmedbalance` and the balance fields in `getwalletinfo`, as well as
+ `getbalance`. The old calls may be removed in a future version.
+
Updated RPCs
------------