From 25d977f73d321acf9c1d3909ed36b2fcf1741c21 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 10 Apr 2018 17:58:56 +0300 Subject: [PATCH] Test --- src/miner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miner.cpp b/src/miner.cpp index 21e0a8fdd..1a0a5c6f7 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -902,8 +902,8 @@ void static BitcoinMiner() solutionTargetChecks.increment(); if ( UintToArith256(pblock->GetHash()) > hashTarget ) { - if ( ASSETCHAINS_SYMBOL[0] != 0 ) - fprintf(stderr," missed target\n"); + //if ( ASSETCHAINS_SYMBOL[0] != 0 ) + // fprintf(stderr," missed target\n"); return false; } if ( ASSETCHAINS_STAKED == 0 )