This commit is contained in:
jl777
2018-04-13 20:54:09 +03:00
parent e3b9257b2e
commit b05f9bfa94
2 changed files with 5 additions and 5 deletions

View File

@@ -904,7 +904,7 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh
if ( nid == notaryid )
{
//if ( (0) && notaryid > 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] nid.%d notaryid.%d\n",height,mids[0],i,nid,notaryid);
if ( height > 225000 )
return(-1);
}