Disable auto rewind

This commit is contained in:
jl777
2018-04-16 13:05:13 +03:00
parent 7a1b1fc4ff
commit 7db1433a02

View File

@@ -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;