rpc: Deprecate getunconfirmedbalance and getwalletinfo balances

This commit is contained in:
MarcoFalke
2019-05-01 10:39:18 -04:00
parent 999931cf8f
commit facfb4111d
2 changed files with 13 additions and 4 deletions

View File

@@ -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
------------