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

Method GetStateSinceHeightFor

src/test/versionbits_tests.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 ThresholdState GetStateFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateFor(pindexPrev, paramsDummy, cache); }
32 int GetStateSinceHeightFor(const CBlockIndex* pindexPrev) const { return AbstractThresholdConditionChecker::GetStateSinceHeightFor(pindexPrev, paramsDummy, cache); }
33};
34
35class TestAlwaysActiveConditionChecker : public TestConditionChecker

Callers 1

VersionBitsTesterClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected