| 36 | |
| 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; } |
nothing calls this directly
no test coverage detected