Remove FirstLedgerSequence and mark it deprecated

This commit is contained in:
JoelKatz
2012-12-28 19:46:01 -08:00
parent 76213bc985
commit 3c9be6f549
3 changed files with 10 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ static bool LEFInit()
;
DECLARE_LEF(LedgerHashes, ltLEDGER_HASHES)
<< SOElement(sfFirstLedgerSequence, SOE_OPTIONAL)
<< SOElement(sfFirstLedgerSequence, SOE_OPTIONAL) // Remove if we do a ledger restart
<< SOElement(sfLastLedgerSequence, SOE_OPTIONAL)
<< SOElement(sfHashes, SOE_REQUIRED)
;