]> Git Repo - VerusCoin.git/commitdiff
Remove reference to -reindex-chainstate
authorJack Grigg <[email protected]>
Thu, 23 Feb 2017 12:42:28 +0000 (12:42 +0000)
committerJack Grigg <[email protected]>
Thu, 23 Feb 2017 12:42:28 +0000 (12:42 +0000)
Revert this when bitcoin/bitcoin#7917 is merged.

src/init.cpp

index de42cd3766f3bc64546c2921fb5d113801dc2463..cff7bfd90abed422021592c3e1fcfc10d6027d25 100644 (file)
@@ -1343,7 +1343,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 or -reindex-chainstate to recover.",
+                    strLoadError + ".\nPlease restart with -reindex to recover.",
                     "", CClientUIInterface::MSG_ERROR | CClientUIInterface::BTN_ABORT);
                 if (fRet) {
                     fReindex = true;
This page took 0.029748 seconds and 4 git commands to generate.