From 11d092b98e11c4e197191c6338b0176fab5c9f25 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sun, 30 Sep 2012 22:41:08 -0700 Subject: [PATCH] Oops, accidental reversion .# ntest --- src/LedgerFormats.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/LedgerFormats.cpp b/src/LedgerFormats.cpp index c3c9bc9bc9..f8fc80d4d2 100644 --- a/src/LedgerFormats.cpp +++ b/src/LedgerFormats.cpp @@ -50,21 +50,15 @@ LedgerEntryFormat LedgerFormats[]= { sfInvalid, SOE_END } } }, { "GeneratorMap", ltGENERATOR_MAP, { LEF_BASE - { sfLedgerEntryType,SOE_REQUIRED }, - { sfFlags, SOE_REQUIRED }, { sfGenerator, SOE_REQUIRED }, { sfInvalid, SOE_END } } }, { "Nickname", ltNICKNAME, { LEF_BASE - { sfLedgerEntryType,SOE_REQUIRED }, - { sfFlags, SOE_REQUIRED }, { sfAccount, SOE_REQUIRED }, { sfMinimumOffer, SOE_OPTIONAL }, { sfInvalid, SOE_END } } }, { "Offer", ltOFFER, { LEF_BASE - { sfLedgerEntryType,SOE_REQUIRED }, - { sfFlags, SOE_REQUIRED }, { sfAccount, SOE_REQUIRED }, { sfSequence, SOE_REQUIRED }, { sfTakerPays, SOE_REQUIRED }, @@ -78,8 +72,6 @@ LedgerEntryFormat LedgerFormats[]= { sfInvalid, SOE_END } } }, { "RippleState", ltRIPPLE_STATE, { LEF_BASE - { sfLedgerEntryType,SOE_REQUIRED }, - { sfFlags, SOE_REQUIRED }, { sfBalance, SOE_REQUIRED }, { sfLowLimit, SOE_REQUIRED }, { sfHighLimit, SOE_REQUIRED },