Tipdiff decay

This commit is contained in:
jl777
2019-08-03 23:31:29 -11:00
parent 9400118aad
commit cee26803b1
2 changed files with 9 additions and 8 deletions

View File

@@ -1920,8 +1920,8 @@ void static BitcoinMiner()
if ( !TestBlockValidity(state,B, chainActive.LastTip(), true, false))
{
h = UintToArith256(B.GetHash());
for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&h)[z]);
//for (z=31; z>=0; z--)
// fprintf(stderr,"%02x",((uint8_t *)&h)[z]);
//fprintf(stderr," Invalid block mined, try again\n");
gotinvalid = 1;
return(false);