mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
Typo.
This commit is contained in:
@@ -1515,7 +1515,7 @@ void Ledger::pendSave(bool fromConsensus)
|
||||
return;
|
||||
assert(isImmutable());
|
||||
|
||||
theApp->getJobQueue().addJob(fromconsensus ? jtPUBLEDGER : jtPUBOLDLEDGER,
|
||||
theApp->getJobQueue().addJob(fromConsensus ? jtPUBLEDGER : jtPUBOLDLEDGER,
|
||||
fromConsensus ? "Ledger::pendSave" : "Ledger::pendOldSave",
|
||||
boost::bind(&Ledger::saveAcceptedLedger, shared_from_this(), _1, fromConsensus));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user