This commit is contained in:
jl777
2018-04-08 18:53:33 +03:00
parent 605e77944e
commit 6a933d59d8
3 changed files with 14 additions and 13 deletions

View File

@@ -3089,7 +3089,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
}
}
fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND);
sleep(60);
sleep(300);
KOMODO_REWIND = 0;
return(true);
}