This commit is contained in:
JoelKatz
2013-03-06 16:37:48 -08:00
parent fde7104aa2
commit a6a042c509

View File

@@ -1528,7 +1528,7 @@ void Ledger::pendSave(bool fromConsensus)
++sPendingSaves;
}
theApp->getJobQueue().addJob(jtPUBOLDLEDGER, "Ledger::pendSave" // 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));
}