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

Function VersionBitsTipStateSinceHeight

src/validation.cpp:4947–4951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4945}
4946
4947int VersionBitsTipStateSinceHeight(const Consensus::Params& params, Consensus::DeploymentPos pos)
4948{
4949 LOCK(cs_main);
4950 return VersionBitsStateSinceHeight(chainActive.Tip(), params, pos, versionbitscache);
4951}
4952
4953static const uint64_t MEMPOOL_DUMP_VERSION = 1;
4954

Callers 1

BIP9SoftForkDescFunction · 0.85

Calls 2

TipMethod · 0.45

Tested by

no test coverage detected