From 79d54107a1caa69dfb6ceefb322664b3b7f685d9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 8 Apr 2018 22:12:14 +0300 Subject: [PATCH] Test --- src/komodo.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index aa358ab4e..6a27ffb62 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -592,12 +592,7 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr } last_rewind = rewindtarget; } - } - else - { - last_rewind = 0; - validated = 1; - } + } else validated = 1; if ( notarized != 0 && *notarizedheightp > sp->NOTARIZED_HEIGHT && *notarizedheightp < height && validated != 0 ) { int32_t nameoffset = (int32_t)strlen(ASSETCHAINS_SYMBOL) + 1;