mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Use injected Logs
This commit is contained in:
@@ -116,9 +116,10 @@ public:
|
||||
// VFALCO TODO Make LedgerMaster a SharedPtr or a reference.
|
||||
//
|
||||
NetworkOPsImp (
|
||||
Application& app, clock_type& clock, bool standalone, std::size_t network_quorum,
|
||||
JobQueue& job_queue, LedgerMaster& ledgerMaster, Stoppable& parent,
|
||||
beast::Journal journal)
|
||||
Application& app, clock_type& clock, bool standalone,
|
||||
std::size_t network_quorum, JobQueue& job_queue,
|
||||
LedgerMaster& ledgerMaster, Stoppable& parent,
|
||||
beast::Journal journal)
|
||||
: NetworkOPs (parent)
|
||||
, app_ (app)
|
||||
, m_clock (clock)
|
||||
@@ -129,7 +130,7 @@ public:
|
||||
, m_amendmentBlocked (false)
|
||||
, m_heartbeatTimer (this)
|
||||
, m_clusterTimer (this)
|
||||
, mConsensus (make_Consensus (app_.config()))
|
||||
, mConsensus (make_Consensus (app_.config(), app_.logs()))
|
||||
, m_ledgerMaster (ledgerMaster)
|
||||
, mLastLoadBase (256)
|
||||
, mLastLoadFactor (256)
|
||||
|
||||
Reference in New Issue
Block a user