From 45142781ececa0a22000ebd9292cd4da9e9c62c5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 24 Mar 2017 04:37:21 +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 1d43f3581..58d26f9cc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2893,7 +2893,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo if ( !DisconnectTip(state) ) { InvalidateBlock(state,chainActive.Tip()); - return false; + break; } } fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND);