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;