This commit is contained in:
jl777
2018-04-14 00:25:02 +03:00
parent 5c7c4cc92b
commit 83cabb7d1b

View File

@@ -860,10 +860,13 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh
for (i=1; i<66; i++) for (i=1; i<66; i++)
{ {
if ( mids[i] == notaryid ) if ( mids[i] == notaryid )
{
if ( height > 700000 )
{ {
for (j=0; j<66; j++) for (j=0; j<66; j++)
fprintf(stderr,"%d ",mids[j]); fprintf(stderr,"%d ",mids[j]);
fprintf(stderr,"ht.%d repeat notaryid.%d in mids[%d]\n",height,notaryid,i); fprintf(stderr,"ht.%d repeat notaryid.%d in mids[%d]\n",height,notaryid,i);
}
if ( height > 792000 ) if ( height > 792000 )
return(-1); return(-1);
else break; else break;