This commit is contained in:
JoelKatz
2013-03-06 20:57:59 -08:00
parent ff8dbcf5ff
commit 8ed0705fa6

View File

@@ -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));