From b8dd52900a2a82cf372fc6887d68f2c7ecce65a4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 13:02:38 +0300 Subject: [PATCH] Disable auto rewind --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index ad99a4387..1b557d08b 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -523,7 +523,7 @@ int32_t komodo_validate_chain(uint256 srchash,int32_t notarized_height) { if ( last_rewind != 0 ) { - KOMODO_REWIND = rewindtarget; + //KOMODO_REWIND = rewindtarget; fprintf(stderr,"%s FORK detected. notarized.%d %s not in this chain! last notarization %d -> rewindtarget.%d\n",ASSETCHAINS_SYMBOL,notarized_height,srchash.ToString().c_str(),sp->NOTARIZED_HEIGHT,rewindtarget); } last_rewind = rewindtarget;