Less is more

This commit is contained in:
jl777
2019-08-03 23:19:09 -11:00
parent d6ee3301d9
commit 9400118aad
2 changed files with 3 additions and 4 deletions

View File

@@ -1922,7 +1922,7 @@ void static BitcoinMiner()
h = UintToArith256(B.GetHash());
for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&h)[z]);
fprintf(stderr," Invalid block mined, try again\n");
//fprintf(stderr," Invalid block mined, try again\n");
gotinvalid = 1;
return(false);
}

View File

@@ -161,14 +161,13 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead
easy.SetCompact(KOMODO_MINDIFF_NBITS,&fNegative,&fOverflow);
if ( block3sum < ASSETCHAINS_BLOCKTIME/5 || block6sum < ASSETCHAINS_BLOCKTIME || block11sum < ASSETCHAINS_BLOCKTIME*5 )
{
bnTarget /= arith_uint256(7);
bnTarget /= arith_uint256(2);
{
int32_t z;
for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&bnTarget)[z]);
}
fprintf(stderr," ht.%d booster triggered 7x\n",(int32_t)pindexLast->GetHeight()+1);
flag = -1;
fprintf(stderr," ht.%d booster triggered 2x\n",(int32_t)pindexLast->GetHeight()+1);
}
if ( flag == 0 )
{