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

@@ -55,6 +55,8 @@
FIELD(BondAmount, UINT32, 23)
FIELD(LoadFee, UINT32, 24)
FIELD(OfferSequence, UINT32, 25)
FIELD(FirstLedgerSequence, UINT32, 26)
FIELD(LastLedgerSequence, UINT32, 27)
// 64-bit integers
FIELD(IndexNext, UINT64, 1)