]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 7 Nov 2016 21:00:08 +0000 (18:00 -0300)
committerjl777 <[email protected]>
Mon, 7 Nov 2016 21:00:08 +0000 (18:00 -0300)
src/miner.cpp

index 91860bf674e9d45322a5e74cab6a14ee79f34f52..6514f4f5021358cff63eec555564dd3813907121 100644 (file)
@@ -580,8 +580,6 @@ void static BitcoinMiner(CWallet *pwallet)
             CBlock *pblock = &pblocktemplate->block;
             IncrementExtraNonce(pblock, pindexPrev, nExtraNonce);
             LogPrintf("Running ZcashMiner.%s with %u transactions in block (%u bytes)\n",solver.c_str(),pblock->vtx.size(),::GetSerializeSize(*pblock,SER_NETWORK,PROTOCOL_VERSION));
-            fprintf(stderr,"Running ZcashMiner.%s with %u transactions in block (%u bytes)\n",solver.c_str(),pblock->vtx.size(),::GetSerializeSize(*pblock,SER_NETWORK,PROTOCOL_VERSION));
-
             //
             // Search
             //
This page took 0.021858 seconds and 4 git commands to generate.