Make the skip lists self-decsriptive. This change will cause old and new servers to diverge ledgers.

This commit is contained in:
JoelKatz
2012-11-08 14:36:15 -08:00
parent 3ada064342
commit 5cb35b7a8f
3 changed files with 12 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ static bool LEFInit()
;
DECLARE_LEF(LedgerHashes, ltLEDGER_HASHES)
<< SOElement(sfFirstLedgerSequence, SOE_OPTIONAL)
<< SOElement(sfLastLedgerSequence, SOE_OPTIONAL)
<< SOElement(sfHashes, SOE_REQUIRED)
;