From 27374706114aab6a9de76859d7a45b023bbb1ef9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Oct 2016 11:51:48 -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 fa69a19bc..56a6aa515 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -510,7 +510,7 @@ void static BitcoinMiner(CWallet *pwallet) int64_t nStart = GetTime(); if ( komodo_chosennotary(¬aryid,pindexPrev->nHeight+1,NOTARY_PUBKEY33) > 0 ) { - fprintf(stderr,"I am the chosen one for ht.%d\n",pindexPrev->nHeight+1); + //fprintf(stderr,"I am the chosen one for ht.%d\n",pindexPrev->nHeight+1); } arith_uint256 hashTarget = arith_uint256().SetCompact(pblock->nBits);