aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-27 13:29:22 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-27 13:29:26 -0400
commitd342a45ca74b4724aefed23770d19be7b6166bcc (patch)
treea3659b6df2825e94c5cc136223bb0dee59f3ed40
parentd06cf34656f1c9e2919fd22c5bbc95b2b9fefebd (diff)
parent6d35d0d18f8d534879e982707d01ea5c1bd13b33 (diff)
downloadbitcoin-d342a45ca74b4724aefed23770d19be7b6166bcc.tar.xz
Merge #19354: doc: add release note for -getinfo displaying multiwallet balances
6d35d0d18f8d534879e982707d01ea5c1bd13b33 doc: add release note for -getinfo displaying multiwallet balances (Jon Atack) Pull request description: Release note for #18594. This is one of the commits from #19089, which had one concept ACK and approach ACK since late May. It seems better to submit the changes atomically. Top commit has no ACKs. Tree-SHA512: 38616d14b02c39f4ee4b93bf14f72043423cef177b595e85181bc9dc610fbe19d8271f2d2c9e5e17bb46423ffe27746e8e510b13a23ae6fd0e5bc4418a00dafa
-rw-r--r--doc/release-notes-18594.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-18594.md b/doc/release-notes-18594.md
new file mode 100644
index 0000000000..6a2ef0a67c
--- /dev/null
+++ b/doc/release-notes-18594.md
@@ -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)