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

Method StateSinceHeight

src/versionbits.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236int VersionBitsCache::StateSinceHeight(const CBlockIndex* pindexPrev, const Consensus::Params& params, Consensus::DeploymentPos pos)
237{
238 LOCK(m_mutex);
239 return VersionBitsConditionChecker(pos).GetStateSinceHeightFor(pindexPrev, params, m_caches[pos]);
240}
241
242uint32_t VersionBitsCache::Mask(const Consensus::Params& params, Consensus::DeploymentPos pos)
243{

Callers 1

SoftForkDescPushBackFunction · 0.80

Calls 2

Tested by

no test coverage detected