MCPcopy Create free account
hub / github.com/ElementsProject/elements / BeginTime

Method BeginTime

src/test/versionbits_tests.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37public:
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; }

Callers

nothing calls this directly

Calls 1

TestTimeFunction · 0.85

Tested by

no test coverage detected