From c173a26a2d8bf04b49006db128e0d16977251e34 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 9 Aug 2021 20:53:42 +0100 Subject: [PATCH] Revert "Remove reference to -reindex-chainstate" This reverts commit f42cde3c3022148686cc7176511a4121b055e1b8. --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index af3cc4a47..e329673f2 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1594,7 +1594,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) if (!fReset) { bool fRet = uiInterface.ThreadSafeQuestion( strLoadError + ".\n\n" + _("Do you want to rebuild the block database now?"), - strLoadError + ".\nPlease restart with -reindex to recover.", + strLoadError + ".\nPlease restart with -reindex or -reindex-chainstate to recover.", "", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT); if (fRet) { fReindex = true;