Make sure we leave need network ledger mode.

This commit is contained in:
JoelKatz
2013-01-08 00:41:07 -08:00
parent 69ac139485
commit 2a657a33c9

View File

@@ -456,6 +456,7 @@ void LedgerMaster::tryPublish()
if (!mPubLedgers.empty() && !mPubThread)
{
theApp->getOPs().clearNeedNetworkLedger();
mPubThread = true;
theApp->getJobQueue().addJob(jtPUBLEDGER, boost::bind(&LedgerMaster::pubThread, this));
}