mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
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:
@@ -464,7 +464,6 @@ void Ledger::saveAcceptedLedger(bool fromConsensus, LoadEvent::pointer event)
|
||||
return;
|
||||
}
|
||||
|
||||
theApp->getLedgerMaster().setFullLedger(shared_from_this());
|
||||
event->stop();
|
||||
|
||||
decPendingSaves();
|
||||
|
||||
Reference in New Issue
Block a user