From 7db1433a02e7fb2313ccefffa66bf5f82a70657e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 13:05:13 +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 2732c530f..859e3db9d 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -588,7 +588,7 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr { 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,*notarizedheightp,srchash.ToString().c_str(),sp->NOTARIZED_HEIGHT,rewindtarget); } last_rewind = rewindtarget;