| 23 | |
| 24 | public: |
| 25 | int64_t BeginTime(const Consensus::Params& params) const override { return TestTime(10000); } |
| 26 | int64_t EndTime(const Consensus::Params& params) const override { return TestTime(20000); } |
| 27 | int Period(const Consensus::Params& params) const override { return 1000; } |
| 28 | int Threshold(const Consensus::Params& params) const override { return 900; } |
nothing calls this directly
no test coverage detected