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); pindexFork = chainActive.FindFork(pindexMostWork);
sleep(3); sleep(3);
didinit++; didinit++;
return(false); return(true);
} }
if ( didinit == 0 ) if ( didinit == 0 )
{ {