MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / VersionBitsTipState

Function VersionBitsTipState

src/validation.cpp:4935–4939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4933}
4934
4935ThresholdState VersionBitsTipState(const Consensus::Params& params, Consensus::DeploymentPos pos)
4936{
4937 LOCK(cs_main);
4938 return VersionBitsState(chainActive.Tip(), params, pos, versionbitscache);
4939}
4940
4941BIP9Stats VersionBitsTipStatistics(const Consensus::Params& params, Consensus::DeploymentPos pos)
4942{

Callers 1

BIP9SoftForkDescFunction · 0.85

Calls 2

VersionBitsStateFunction · 0.85
TipMethod · 0.45

Tested by

no test coverage detected