mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Need ref wrapper.
This commit is contained in:
@@ -687,7 +687,7 @@ void LedgerMaster::updatePaths()
|
||||
else if (mPathFindNewRequest)
|
||||
{
|
||||
newOnly = true;
|
||||
lastLedger = boost::make_shared<Ledger>(*mCurrentLedger, false);
|
||||
lastLedger = boost::make_shared<Ledger>(boost::ref(*mCurrentLedger), false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user