From 0364009ed95b2bf73d439388362bf0f3a1b02036 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 18 Mar 2017 10:01:53 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b1177908c..65a641cec 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2777,7 +2777,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo { pindexMostWork = chainActive.Tip(); fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND); - return(true); + return(false); } { while (chainActive.Tip()->nHeight > KOMODO_REWIND )