This commit is contained in:
jl777
2016-11-26 20:48:46 -03:00
parent bc2b6b691a
commit 3fe781e131

View File

@@ -637,7 +637,7 @@ void static BitcoinMiner(CWallet *pwallet)
solutionTargetChecks.increment(); solutionTargetChecks.increment();
if ( UintToArith256(pblock->GetHash()) > hashTarget ) if ( UintToArith256(pblock->GetHash()) > hashTarget )
{ {
if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 ) if ( ASSETCHAINS_SYMBOL[0] != 0 )
fprintf(stderr,"missed target\n"); fprintf(stderr,"missed target\n");
return false; return false;
} }