This commit is contained in:
jl777
2018-04-08 22:12:14 +03:00
parent 899aa38785
commit 79d54107a1

View File

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