Skip to content

Commit

Permalink
Supply ConsensusTimer with milliseconds or finer precision
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardHinnant authored and nbougalis committed Jul 20, 2018
1 parent d257d1b commit d98c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/misc/NetworkOPs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class NetworkOPsImp final
ledgerMaster,
*m_localTX,
app.getInboundTransactions(),
stopwatch(),
beast::get_abstract_clock<std::chrono::steady_clock>(),
validatorKeys,
app_.logs().journal("LedgerConsensus"))
, m_ledgerMaster (ledgerMaster)
Expand Down

0 comments on commit d98c499

Please sign in to comment.