diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-04-26 18:28:41 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-05-16 20:48:48 +0100 |
commit | 0e674ba5572275bcc1eb8f91c6292f871925f965 (patch) | |
tree | 1a33d074541a5b427c4697d164f9262e71f8a762 /doc | |
parent | 1c8fe0bf90253f316af138ac8c088ae708ced357 (diff) |
ui: Support wallets loaded dynamically
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-pr10740.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes-pr10740.md b/doc/release-notes-pr10740.md index a57cbc7936..f286216b6e 100644 --- a/doc/release-notes-pr10740.md +++ b/doc/release-notes-pr10740.md @@ -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. |