This commit is contained in:
jl777
2017-03-18 10:01:53 +02:00
parent e513dc2a5f
commit 0364009ed9

View File

@@ -2777,7 +2777,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
{ {
pindexMostWork = chainActive.Tip(); pindexMostWork = chainActive.Tip();
fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND); fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND);
return(true); return(false);
} }
{ {
while (chainActive.Tip()->nHeight > KOMODO_REWIND ) while (chainActive.Tip()->nHeight > KOMODO_REWIND )