Skip to content

Commit 9b158ae

Browse files
committed
Update to mention restoring wallet via GUI
1 parent b264410 commit 9b158ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/managing-wallets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Wallets created before version 0.13 are not HD and must be backed up every 100 k
108108

109109
### 1.6 Restoring the Wallet From a Backup
110110

111-
To restore a wallet, the `restorewallet` RPC must be used.
111+
To restore a wallet, the `restorewallet` RPC or the `Restore Wallet` GUI menu item (`File` -> `Restore Wallet…`) must be used.
112112

113113
```
114114
$ 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
144144
unexpectedly or otherwise misses any scripts, please create an issue on GitHub. A backup of the
145145
original wallet can be found in the wallet directory with the name `<name>-<timestamp>.legacy.bak`.
146146

147-
The backup can be restored using the `restorewallet` command as discussed in the
148-
[Restoring the Wallet From a Backup](#16-restoring-the-wallet-from-a-backup) section
147+
The backup can be restored using the methods discussed in the
148+
[Restoring the Wallet From a Backup](#16-restoring-the-wallet-from-a-backup) section.

0 commit comments

Comments
 (0)