From 9142a36868ed8f069436cf9f22985b3dae46fa2b Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 01:17:20 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- src/pow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index cd65ab9dd..40308096c 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -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]); diff --git a/src/pow.cpp b/src/pow.cpp index 84acedd1f..92f1da3ce 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -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]);