#include <coins.h>
Definition at line 267 of file coins.h.
◆ CCoinsKeyHasher()
CCoinsKeyHasher::CCoinsKeyHasher |
( |
| ) |
|
◆ operator()()
size_t CCoinsKeyHasher::operator() |
( |
const uint256 & |
key | ) |
const |
|
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).
Definition at line 280 of file coins.h.
◆ salt
The documentation for this class was generated from the following files: