mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 16:57:56 +00:00
One more.
This commit is contained in:
@@ -1528,7 +1528,7 @@ void Ledger::pendSave(bool fromConsensus)
|
|||||||
++sPendingSaves;
|
++sPendingSaves;
|
||||||
}
|
}
|
||||||
|
|
||||||
theApp->getJobQueue().addJob(jtPUBOLDLEDGER, // FIXME not old if fromConsensus
|
theApp->getJobQueue().addJob(jtPUBOLDLEDGER, "Ledger::pendSave" // FIXME not old if fromConsensus
|
||||||
boost::bind(&Ledger::saveAcceptedLedger, shared_from_this(), _1, fromConsensus));
|
boost::bind(&Ledger::saveAcceptedLedger, shared_from_this(), _1, fromConsensus));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user