From ba7babedc4006444ab2cd278b6c4439b037b527c Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 10 Nov 2016 09:17:43 -0300 Subject: [PATCH] test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index db8fc6c6e..c30cd7bc0 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -594,7 +594,7 @@ void static BitcoinMiner(CWallet *pwallet) { hashTarget = arith_uint256().SetCompact(KOMODO_MINDIFF_NBITS); Mining_start = (uint32_t)time(NULL); - 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) {