aboutsummaryrefslogtreecommitdiff
path: root/src/util/hasher.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2023-02-01 18:52:11 -0500
committerPieter Wuille <pieter@wuille.net>2023-02-02 09:00:15 -0500
commit59e6828bb5b56a2354a80059d3f660f551f3e207 (patch)
treef4b1749cca23c900c3d7d69b5615ae0afa8e2673 /src/util/hasher.h
parentb0ff31084006ac7d4a7afba3190ca75f5f8441af (diff)
Add deterministic mode to CCoinsViewCache
Diffstat (limited to 'src/util/hasher.h')
-rw-r--r--src/util/hasher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/hasher.h b/src/util/hasher.h
index 82d278b086..506ae9415d 100644
--- a/src/util/hasher.h
+++ b/src/util/hasher.h
@@ -36,7 +36,7 @@ private:
const uint64_t k0, k1;
public:
- SaltedOutpointHasher();
+ SaltedOutpointHasher(bool deterministic = false);
/**
* Having the hash noexcept allows libstdc++'s unordered_map to recalculate