This commit is contained in:
jl777
2016-12-03 11:18:38 -03:00
parent 44caf46a60
commit 21e1c25f53

View File

@@ -145,6 +145,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
// Check proof of work matches claimed amount
if ( UintToArith256(hash) > bnTarget )
{
int32_t i;
for (i=0; i<32; i++)
printf("%02x",((uint8_t *)&hash)[i]);
printf(" hash vs ")