Tidy recovery

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Deirdre Connolly 2020-08-12 13:05:38 -04:00 committed by GitHub
parent f6dcf0fe78
commit d9e23f194b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ In the blockchain, transactions can be invalidated by rollbacks; wallet code wil
Wallet Recovery
^^^^^^^^^^^^^^^
The wallet database file may become corrupted. Zcashd supports a command line option to try to recover from this situation(``-salvagewallet``). When this flag is on function ``Recover()`` will run.
The wallet database file may become corrupted. Zcashd supports a command line option to try to recover from this situation (``-salvagewallet``). When this flag is on, function ``Recover()`` will run.
The recovery procedure is as follows: