MCPcopy Create free account
hub / github.com/ElementsProject/elements / TestAlwaysActiveConditionChecker

Class TestAlwaysActiveConditionChecker

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

Source from the content-addressed store, hash-verified

52};
53
54class TestAlwaysActiveConditionChecker : public TestConditionChecker
55{
56public:
57 int64_t BeginTime(const Consensus::Params& params) const override { return Consensus::BIP9Deployment::ALWAYS_ACTIVE; }
58};
59
60class TestNeverActiveConditionChecker : public TestConditionChecker
61{

Callers 1

VersionBitsTesterClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected