mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
Replace GetLow64 with GetCheapHash
This commit is contained in:
@@ -106,7 +106,7 @@ static const unsigned char REJECT_CHECKPOINT = 0x43;
|
||||
|
||||
struct BlockHasher
|
||||
{
|
||||
size_t operator()(const uint256& hash) const { return hash.GetLow64(); }
|
||||
size_t operator()(const uint256& hash) const { return hash.GetCheapHash(); }
|
||||
};
|
||||
|
||||
extern CScript COINBASE_FLAGS;
|
||||
|
||||
Reference in New Issue
Block a user