This commit is contained in:
jl777
2017-03-18 10:38:10 +02:00
parent 9083591a37
commit d27148cf0c

View File

@@ -2779,7 +2779,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
pindexFork = chainActive.FindFork(pindexMostWork);
sleep(3);
didinit++;
return(false);
return(true);
}
if ( didinit == 0 )
{