Improve serialization of the "FeeSettings" ledger node #3502
Labels
Good First Issue
Great issue for a new contributor
RIPD Export
Exported from legacy JIRA issue tracking
Tech Debt
Non-urgent improvements
The JSON serialization of the "FeeSettings" ledger node is inconsistent:
The BaseFee, ReserveBase, and ReserveIncrement should all be integer strings since they represent XRP.
The ReferenceFeeUnits can stay as a JSON number since it's in fee units, not XRP, so it's limited to 32 bits.
Exported from RIPD-1550
The text was updated successfully, but these errors were encountered: