mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove obsolete NodeObject fields:
Legacy fields of NodeObject are removed, as they are no longer used and there is a space savings from omitting them: * Remove LedgerIndex
This commit is contained in:
@@ -688,7 +688,7 @@ bool Ledger::saveValidatedLedger (bool current)
|
||||
s.add32 (HashPrefix::ledgerMaster);
|
||||
addRaw (s);
|
||||
getApp().getNodeStore ().store (
|
||||
hotLEDGER, mLedgerSeq, std::move (s.modData ()), mHash);
|
||||
hotLEDGER, std::move (s.modData ()), mHash);
|
||||
}
|
||||
|
||||
AcceptedLedger::pointer aLedger;
|
||||
|
||||
Reference in New Issue
Block a user