Bitcoin
|
#include <coins.h>
Public Member Functions | |
SaltedOutpointHasher () | |
size_t | operator() (const COutPoint &id) const |
Private Attributes | |
const uint64_t | k0 |
const uint64_t | k1 |
SaltedOutpointHasher::SaltedOutpointHasher | ( | ) |
|
inline |
This must return size_t. With Boost 1.46 on 32-bit systems the unordered_map will behave unpredictably if the custom hasher returns a uint64_t, resulting in failures when syncing the chain (#4634).
|
private |
Salt
|
private |