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);
}