ui: Support wallets loaded dynamically

This commit is contained in:
João Barbosa
2018-04-26 18:28:41 +01:00
parent 1c8fe0bf90
commit 0e674ba557
2 changed files with 28 additions and 13 deletions

View File

@@ -5,4 +5,4 @@ Previously, wallets could only be loaded at startup, by specifying `-wallet` par
The wallet can be specified as file/directory basename (which must be located in the `walletdir` directory), or as an absolute path to a file/directory.
This feature is currently only available through the RPC interface. Wallets loaded in this way will not display in the bitcoin-qt GUI.
This feature is currently only available through the RPC interface. Wallets loaded in this way will display in the bitcoin-qt GUI.