Test
This commit is contained in:
@@ -861,9 +861,12 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh
|
|||||||
{
|
{
|
||||||
if ( mids[i] == notaryid )
|
if ( mids[i] == notaryid )
|
||||||
{
|
{
|
||||||
for (j=0; j<66; j++)
|
if ( height > 700000 )
|
||||||
fprintf(stderr,"%d ",mids[j]);
|
{
|
||||||
fprintf(stderr,"ht.%d repeat notaryid.%d in mids[%d]\n",height,notaryid,i);
|
for (j=0; j<66; j++)
|
||||||
|
fprintf(stderr,"%d ",mids[j]);
|
||||||
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user