From ff7a2c63f23be0b98a1d010571b2621d91e96fe7 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 29 Mar 2016 12:26:22 -0700 Subject: [PATCH] Remove unused fields These fields were likely added in error. They are needed in the corresponding transaction formats but not in the ledger formats. --- src/ripple/protocol/impl/LedgerFormats.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ripple/protocol/impl/LedgerFormats.cpp b/src/ripple/protocol/impl/LedgerFormats.cpp index 54dd0bfb12..9a1e65b270 100644 --- a/src/ripple/protocol/impl/LedgerFormats.cpp +++ b/src/ripple/protocol/impl/LedgerFormats.cpp @@ -101,13 +101,11 @@ LedgerFormats::LedgerFormats () ; add ("Amendments", ltAMENDMENTS) - << SOElement (sfLedgerSequence, SOE_OPTIONAL) << SOElement (sfAmendments, SOE_OPTIONAL) // Enabled << SOElement (sfMajorities, SOE_OPTIONAL) ; add ("FeeSettings", ltFEE_SETTINGS) - << SOElement (sfLedgerSequence, SOE_OPTIONAL) << SOElement (sfBaseFee, SOE_REQUIRED) << SOElement (sfReferenceFeeUnits, SOE_REQUIRED) << SOElement (sfReserveBase, SOE_REQUIRED)