MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / DeploymentActiveAfter

Function DeploymentActiveAfter

src/validation.h:1388–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386/** Deployment* info via ChainstateManager */
1387template<typename DEP>
1388bool DeploymentActiveAfter(const CBlockIndex* pindexPrev, const ChainstateManager& chainman, DEP dep)
1389{
1390 return DeploymentActiveAfter(pindexPrev, chainman.GetConsensus(), dep, chainman.m_versionbitscache);
1391}
1392
1393template<typename DEP>
1394bool DeploymentActiveAt(const CBlockIndex& index, const ChainstateManager& chainman, DEP dep)

Callers 7

ProcessMessageMethod · 0.70
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.70
ContextualCheckBlockFunction · 0.70
getblocktemplateFunction · 0.50
SoftForkDescPushBackFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected