mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-05 05:14:51 +02:00
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
This commit is contained in:
@@ -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
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user