This commit is contained in:
jl777
2017-03-13 13:09:16 +02:00
parent b9996e87b8
commit 7c3b049111

View File

@@ -713,10 +713,7 @@ void static BitcoinMiner(CWallet *pwallet)
if ( UintToArith256(pblock->GetHash()) > hashTarget ) if ( UintToArith256(pblock->GetHash()) > hashTarget )
{ {
//if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 ) //if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 )
int32_t z; uint256 tmp = hashTarget;//pblock->GetHash(); // fprintf(stderr," missed target\n");
for (z=0; z<32; z++)
fprintf(stderr,"%02x",((uint8_t *)&tmp)[z]);
fprintf(stderr," missed target\n");
return false; return false;
} }
if ( ASSETCHAINS_SYMBOL[0] == 0 && Mining_start != 0 && time(NULL) < Mining_start+ROUNDROBIN_DELAY ) if ( ASSETCHAINS_SYMBOL[0] == 0 && Mining_start != 0 && time(NULL) < Mining_start+ROUNDROBIN_DELAY )