From 031b1129b7492f870a56ae9a87ec4bb3ab64667d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 22 Nov 2016 14:57:29 -0300 Subject: [PATCH] Revert "test" This reverts commit 81e6c3efe6d4a4b1e9e5688021595bb5f7918076. --- src/komodo_bitcoind.h | 7 +++---- src/miner.cpp | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 574eabc08..bc5fa3e80 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -535,10 +535,9 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]) komodo_chosennotary(¬aryid,height,pubkey33); if ( height >= 34000 && notaryid >= 0 ) { - //if ( height < 79693 ) - // limit = 64; - //else - if ( height < 82000 ) + if ( height < 79693 ) + limit = 64; + else if ( height < 82000 ) limit = 8; else limit = 66; for (i=1; inHeight+1,NOTARY_PUBKEY33) > 0 ) { hashTarget = arith_uint256().SetCompact(KOMODO_MINDIFF_NBITS); - //fprintf(stderr,"I am the chosen one for %s ht.%d\n",ASSETCHAINS_SYMBOL,pindexPrev->nHeight+1); + fprintf(stderr,"I am the chosen one for %s ht.%d\n",ASSETCHAINS_SYMBOL,pindexPrev->nHeight+1); } else Mining_start = 0; while (true) {