mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user