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

Class TestNeverActiveConditionChecker

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

Source from the content-addressed store, hash-verified

58};
59
60class TestNeverActiveConditionChecker : public TestConditionChecker
61{
62public:
63 int64_t BeginTime(const Consensus::Params& params) const override { return Consensus::BIP9Deployment::NEVER_ACTIVE; }
64};
65
66#define CHECKERS 6
67

Callers 1

VersionBitsTesterClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected