mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Typo.
This commit is contained in:
@@ -1515,7 +1515,7 @@ void Ledger::pendSave(bool fromConsensus)
|
|||||||
return;
|
return;
|
||||||
assert(isImmutable());
|
assert(isImmutable());
|
||||||
|
|
||||||
theApp->getJobQueue().addJob(fromconsensus ? jtPUBLEDGER : jtPUBOLDLEDGER,
|
theApp->getJobQueue().addJob(fromConsensus ? jtPUBLEDGER : jtPUBOLDLEDGER,
|
||||||
fromConsensus ? "Ledger::pendSave" : "Ledger::pendOldSave",
|
fromConsensus ? "Ledger::pendSave" : "Ledger::pendOldSave",
|
||||||
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