mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 17:35:51 +00:00
One more.
This commit is contained in:
@@ -1528,7 +1528,7 @@ void Ledger::pendSave(bool fromConsensus)
|
||||
++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));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user