This commit is contained in:
jl777
2017-03-22 14:43:24 +02:00
parent a3197ff2e7
commit 198286a59a

View File

@@ -846,7 +846,7 @@ void static BitcoinMiner(CWallet *pwallet)
}
if ((UintToArith256(pblock->nNonce) & 0xffff) == 0xffff)
{
if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 )
//if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 )
fprintf(stderr,"0xffff, break\n");
break;
}