This commit is contained in:
jl777
2018-04-16 01:17:20 +03:00
parent 7156407825
commit 9142a36868
2 changed files with 2 additions and 2 deletions

View File

@@ -861,7 +861,7 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh
{
if ( mids[i] == notaryid )
{
if ( height > 700000 )
if ( 0 && height > 700000 )
{
for (j=0; j<66; j++)
fprintf(stderr,"%d ",mids[j]);

View File

@@ -191,7 +191,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
return true;
if ( ASSETCHAINS_SYMBOL[0] == 0 )
{
if ( height > 792000 )
if ( 0 && height > 792000 )
{
for (i=31; i>=0; i--)
printf("%02x",((uint8_t *)&hash)[i]);