Browse Source

Change UI/log status message for block rewinding

pull/4/head
Jack Grigg 6 years ago
parent
commit
5009136dc3
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 2
      src/init.cpp

2
src/init.cpp

@ -1423,7 +1423,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
}
if (!fReindex) {
uiInterface.InitMessage(_("Rewinding blocks..."));
uiInterface.InitMessage(_("Rewinding blocks if needed..."));
if (!RewindBlockIndex(chainparams)) {
strLoadError = _("Unable to rewind the database to a pre-upgrade state. You will need to redownload the blockchain");
break;

Loading…
Cancel
Save