Supply ConsensusTimer with milliseconds or finer precision

This commit is contained in:
Howard Hinnant
2018-07-13 09:31:53 -04:00
committed by Nik Bougalis
parent d257d1b2c9
commit d98c4992dd

View File

@@ -203,7 +203,7 @@ public:
ledgerMaster,
*m_localTX,
app.getInboundTransactions(),
stopwatch(),
beast::get_abstract_clock<std::chrono::steady_clock>(),
validatorKeys,
app_.logs().journal("LedgerConsensus"))
, m_ledgerMaster (ledgerMaster)