This commit is contained in:
jl777
2018-04-10 17:58:56 +03:00
parent 68d0354d9d
commit 25d977f73d

View File

@@ -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 )