This commit is contained in:
jl777
2016-10-21 11:51:48 -03:00
parent f856c80979
commit 2737470611

View File

@@ -510,7 +510,7 @@ void static BitcoinMiner(CWallet *pwallet)
int64_t nStart = GetTime();
if ( komodo_chosennotary(&notaryid,pindexPrev->nHeight+1,NOTARY_PUBKEY33) > 0 )
{
fprintf(stderr,"I am the chosen one for ht.%d\n",pindexPrev->nHeight+1);
//fprintf(stderr,"I am the chosen one for ht.%d\n",pindexPrev->nHeight+1);
}
arith_uint256 hashTarget = arith_uint256().SetCompact(pblock->nBits);