From d9e23f194ba4fa7c339798b0f52b45356d07d82b Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 12 Aug 2020 13:05:38 -0400 Subject: [PATCH] Tidy recovery Co-authored-by: Daira Hopwood --- zip-0400.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zip-0400.rst b/zip-0400.rst index 23b661c1..1e4ffca8 100644 --- a/zip-0400.rst +++ b/zip-0400.rst @@ -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: