From 83de8f955e0cdbc6aadb0805497a37dd72db43e3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 8 Apr 2018 19:41:18 +0300 Subject: [PATCH] Test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 985e28a21..092c572ac 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -580,7 +580,7 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr fprintf(stderr,"FORK detected. notarized.%d %s not in this chain! REWIND to %d\n",*notarizedheightp,srchash.ToString().c_str(),sp->NOTARIZED_HEIGHT); if ( sp->NOTARIZED_HEIGHT > 0 && sp->NOTARIZED_HEIGHT < *notarizedheightp ) KOMODO_REWIND = sp->NOTARIZED_HEIGHT - 1; - else if ( *notarized_heightp > 101 ) + else if ( *notarizedheightp > 101 ) KOMODO_REWIND = *notarized_heightp - 101; } else validated = 1; if ( notarized != 0 && *notarizedheightp > sp->NOTARIZED_HEIGHT && *notarizedheightp < height && validated != 0 )