aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Moffett <john.moff@gmail.com>2023-01-10 15:08:07 -0500
committerJohn Moffett <john.moff@gmail.com>2023-01-12 11:12:25 -0500
commit9b158ae73f9018e0d834bd6c9d9c9825e4a47540 (patch)
tree029eb19242846e818a37b269c6c57c34de543388 /doc
parentb264410e012a61b103e1a03c43df4e17b9b75452 (diff)
Update to mention restoring wallet via GUI
Diffstat (limited to 'doc')
-rw-r--r--doc/managing-wallets.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/managing-wallets.md b/doc/managing-wallets.md
index 366d7ec54b..6e771e18a7 100644
--- a/doc/managing-wallets.md
+++ b/doc/managing-wallets.md
@@ -108,7 +108,7 @@ Wallets created before version 0.13 are not HD and must be backed up every 100 k
### 1.6 Restoring the Wallet From a Backup
-To restore a wallet, the `restorewallet` RPC must be used.
+To restore a wallet, the `restorewallet` RPC or the `Restore Wallet` GUI menu item (`File` -> `Restore Wallet…`) must be used.
```
$ bitcoin-cli restorewallet "restored-wallet" /home/node01/Backups/backup-01.dat
@@ -144,5 +144,5 @@ unforeseen configurations which result in some scripts being excluded. If a migr
unexpectedly or otherwise misses any scripts, please create an issue on GitHub. A backup of the
original wallet can be found in the wallet directory with the name `<name>-<timestamp>.legacy.bak`.
-The backup can be restored using the `restorewallet` command as discussed in the
-[Restoring the Wallet From a Backup](#16-restoring-the-wallet-from-a-backup) section
+The backup can be restored using the methods discussed in the
+[Restoring the Wallet From a Backup](#16-restoring-the-wallet-from-a-backup) section.