diff --git a/src/miner.cpp b/src/miner.cpp index e80a7c86c..d93cc438f 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -710,7 +710,7 @@ void static BitcoinMiner(CWallet *pwallet) if ( UintToArith256(pblock->GetHash()) > hashTarget ) { //if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 ) - fprintf(stderr,"missed target\n"); + fprintf(stderr,"missed target %s %s\n",UintToArith256(pblock->GetHash()).ToString.c_str(),hashTarget.ToString.c_str()); return false; } if ( ASSETCHAINS_SYMBOL[0] == 0 && Mining_start != 0 && time(NULL) < Mining_start+ROUNDROBIN_DELAY )