Test
This commit is contained in:
@@ -212,12 +212,6 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
|
|||||||
if ( height > 792000 )
|
if ( height > 792000 )
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ( KOMODO_LOADINGBLOCKS == 0 && height > 34000 )
|
|
||||||
{
|
|
||||||
for (i=0; i<66; i++)
|
|
||||||
fprintf(stderr,"%d ",i==0?notaryid:mids[i]);
|
|
||||||
fprintf(stderr,"mids ht.%d\n",height);
|
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user