Browse Source

Remove reference to -reindex-chainstate

Revert this when bitcoin/bitcoin#7917 is merged.
v1.0.9-lin
Jack Grigg 7 years ago
parent
commit
f42cde3c30
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      src/init.cpp

2
src/init.cpp

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

Loading…
Cancel
Save