This commit is contained in:
jl777
2016-11-07 16:15:28 -03:00
parent c93dc546d2
commit e98e2aecd9

View File

@@ -150,7 +150,7 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
printf("fname.(%s) fpos.%ld\n",fname,ftell(fp));
KOMODO_INITDONE = (uint32_t)time(NULL);
}
if ( height <= 0 || )
if ( height <= 0 )
{
//printf("early return: stateupdate height.%d\n",height);
return;