This commit is contained in:
jl777
2017-03-18 10:34:00 +02:00
parent 120e6f4c4f
commit 9083591a37
2 changed files with 2 additions and 7 deletions

View File

@@ -1464,7 +1464,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
uiInterface.InitMessage(_("Activating best chain..."));
// scan for better chains in the block chain database, that are not yet connected in the active best chain
CValidationState state;
if (!ActivateBestChain(state))
if (KOMODO_REWIND == 0 && !ActivateBestChain(state))
strErrors << "Failed to connect best block";
std::vector<boost::filesystem::path> vImportFiles;