| 33 | }; |
| 34 | |
| 35 | class TestAlwaysActiveConditionChecker : public TestConditionChecker |
| 36 | { |
| 37 | public: |
| 38 | int64_t BeginTime(const Consensus::Params& params) const override { return Consensus::BIP9Deployment::ALWAYS_ACTIVE; } |
| 39 | }; |
| 40 | |
| 41 | #define CHECKERS 6 |
| 42 |