From d6e4204114e2b8b4e8bdc68ffc91d276bebc07ae Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 7 May 2018 16:10:45 +0300 Subject: [PATCH] Test --- src/miner.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 5c99f9537..f8414cb19 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -893,7 +893,6 @@ void static BitcoinMiner() } else fprintf(stderr,"no nonz pubkeys\n"); if ( (Mining_height >= 235300 && Mining_height < 236000) || (j == 65 && Mining_height > KOMODO_MAYBEMINED+1 && Mining_height > KOMODO_LASTMINED+64) ) { - pblock->nBits = KOMODO_MINDIFF_NBITS; HASHTarget = arith_uint256().SetCompact(KOMODO_MINDIFF_NBITS); fprintf(stderr,"I am the chosen one for %s ht.%d\n",ASSETCHAINS_SYMBOL,pindexPrev->nHeight+1); } //else fprintf(stderr,"duplicate at j.%d\n",j);