This commit is contained in:
jl777
2018-04-11 23:24:58 +03:00
parent a730ab12ef
commit 5c88890539
3 changed files with 10 additions and 9 deletions

View File

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