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