This commit is contained in:
jl777
2018-04-13 20:08:01 +03:00
parent e3a0c01084
commit 3c89a0234c

View File

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