MCPcopy Create free account
hub / github.com/ElementsProject/elements / Mask

Method Mask

src/versionbits.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242uint32_t VersionBitsCache::Mask(const Consensus::Params& params, Consensus::DeploymentPos pos)
243{
244 return VersionBitsConditionChecker(pos).Mask(params);
245}
246
247int32_t VersionBitsCache::ComputeBlockVersion(const CBlockIndex* pindexPrev, const Consensus::Params& params)
248{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected