From 94ae3b61688486e8970b5f6308330dcef0d1a182 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 18 Mar 2017 20:54:18 +0200 Subject: [PATCH] Test --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index c81dc77f3..f95be2c40 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2772,6 +2772,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo if ( KOMODO_REWIND < 0 ) { fprintf(stderr,"chaintip %d vs rewind.%d\n",(int32_t)chainActive.Tip()->nHeight,KOMODO_REWIND); + int32_t i; for (i=0; i<-KOMODO_REWIND; i++) { if ( !DisconnectTip(state) )