Count a ledger as present (for purposes of allowing clients that trust us to

query it) only when it has been validated.
This commit is contained in:
JoelKatz
2013-01-03 21:04:11 -08:00
parent ea514b7cf3
commit b7fe1424fb
2 changed files with 4 additions and 6 deletions

View File

@@ -464,7 +464,6 @@ void Ledger::saveAcceptedLedger(bool fromConsensus, LoadEvent::pointer event)
return;
}
theApp->getLedgerMaster().setFullLedger(shared_from_this());
event->stop();
decPendingSaves();