mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Devirtualize LedgerMaster.
This commit is contained in:
committed by
Nik Bougalis
parent
44fcab1081
commit
e1018546ac
@@ -416,7 +416,7 @@ public:
|
||||
, m_pathRequests (std::make_unique<PathRequests> (
|
||||
*this, logs_->journal("PathRequest"), m_collectorManager->collector ()))
|
||||
|
||||
, m_ledgerMaster (make_LedgerMaster (*this, stopwatch (),
|
||||
, m_ledgerMaster (std::make_unique<LedgerMaster> (*this, stopwatch (),
|
||||
*m_jobQueue, m_collectorManager->collector (),
|
||||
logs_->journal("LedgerMaster")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user