This commit is contained in:
jl777
2018-04-13 14:00:37 +03:00
parent 80573e47c2
commit 861119a1c1

View File

@@ -852,7 +852,9 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh
if ( mids[i] == mids[0] )
{
fprintf(stderr,"ht.%d repeat notaryid.%d in mids[%d]\n",height,mids[0],i);
return(-1);
if ( height > 790000 )
return(-1);
else break;
}
}
return(1);