MCPcopy Create free account
hub / github.com/LUX-Core/lux / CCoinsKeyHasher

Method CCoinsKeyHasher

src/coins.cpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96CCoinsKeyHasher::CCoinsKeyHasher() : salt(GetRandHash()) {}
97
98CCoinsViewCache::CCoinsViewCache(CCoinsView* baseIn) : CCoinsViewBacked(baseIn), hasModifier(false), hashBlock(0), cachedCoinsUsage(0) {}
99

Callers

nothing calls this directly

Calls 1

GetRandHashFunction · 0.85

Tested by

no test coverage detected