This commit is contained in:
jl777
2018-04-10 19:06:11 +03:00
parent b7aaca4be3
commit e4821a8282

View File

@@ -937,7 +937,7 @@ void static BitcoinMiner()
fprintf(stderr,"Invalid block mined, try again\n");
return(false);
}
arith_uint256 tmp = pblock->GetHash();
uint256 tmp = pblock->GetHash();
int32_t z; for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&tmp)[z]);
fprintf(stderr," mined block!\n");