One more.

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

View File

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