doc: add release note for -getinfo displaying multiwallet balances

This commit is contained in:
Jon Atack
2020-05-28 12:10:19 +02:00
parent 4b5c9191e3
commit 6d35d0d18f

View File

@ -0,0 +1,5 @@
## CLI
The `bitcoin-cli -getinfo` command now displays the wallet name and balance for
each of the loaded wallets when more than one is loaded (e.g. in multiwallet
mode) and a wallet is not specified with `-rpcwallet`. (#18594)