Revert "Remove reference to -reindex-chainstate"

This reverts commit f42cde3c30.
This commit is contained in:
Jack Grigg 2021-08-09 20:53:42 +01:00
parent d3ccecd0b9
commit c173a26a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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;