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

Function DeploymentActiveAt

src/validation.h:1394–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392
1393template<typename DEP>
1394bool DeploymentActiveAt(const CBlockIndex& index, const ChainstateManager& chainman, DEP dep)
1395{
1396 return DeploymentActiveAt(index, chainman.GetConsensus(), dep, chainman.m_versionbitscache);
1397}
1398
1399template<typename DEP>
1400bool DeploymentEnabled(const ChainstateManager& chainman, DEP dep)

Callers 8

FindNextBlocksMethod · 0.70
NewPoWValidBlockMethod · 0.70
GetBlockScriptFlagsFunction · 0.70
ConnectBlockMethod · 0.70
NeedsRedownloadMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected