Remove unused fields

These fields were likely added in error. They are
needed in the corresponding transaction formats but
not in the ledger formats.
This commit is contained in:
JoelKatz
2016-03-29 12:26:22 -07:00
committed by Nik Bougalis
parent efe4c9cae3
commit ff7a2c63f2

View File

@@ -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)