| 37 | public: |
| 38 | int64_t BeginTime(const Consensus::Params& params) const override { return TestTime(10000); } |
| 39 | int64_t EndTime(const Consensus::Params& params) const override { return TestTime(20000); } |
| 40 | int Period(const Consensus::Params& params) const override { return 1000; } |
| 41 | int Threshold(const Consensus::Params& params) const override { return 900; } |
| 42 | bool Condition(const CBlockIndex* pindex, const Consensus::Params& params) const override { return (pindex->nVersion & 0x100); } |
nothing calls this directly
no test coverage detected