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

Function VersionBitsTipStatistics

src/validation.cpp:4941–4945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4939}
4940
4941BIP9Stats VersionBitsTipStatistics(const Consensus::Params& params, Consensus::DeploymentPos pos)
4942{
4943 LOCK(cs_main);
4944 return VersionBitsStatistics(chainActive.Tip(), params, pos);
4945}
4946
4947int VersionBitsTipStateSinceHeight(const Consensus::Params& params, Consensus::DeploymentPos pos)
4948{

Callers 1

BIP9SoftForkDescFunction · 0.85

Calls 2

VersionBitsStatisticsFunction · 0.85
TipMethod · 0.45

Tested by

no test coverage detected