This commit is contained in:
jl777
2016-11-26 20:50:15 -03:00
parent 3fe781e131
commit dcdcccaad5

View File

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