Files
xahaud/src/ripple/protocol/impl
Mayukha Vadari 5d3b8976f7 refactor: simplify TxFormats common fields logic (#4637)
Minor refactor to `TxFormats.cpp`:
- Rename `commonFields` to `pseudoCommonFields` (since it is the common fields
  that all pseudo-transactions need)
- Add a new static variable, `commonFields`, which represents all the common
  fields that non-pseudo transactions need (essentially everything that
  `pseudoCommonFields` contains, plus `sfTicketSequence`)

This makes it harder to accidentally leave out `sfTicketSequence` in a new
transaction.
2025-06-17 12:15:51 +09:00
..
2021-09-13 15:13:14 -07:00
2022-04-06 13:29:48 -07:00
2020-12-04 12:45:12 -08:00
2025-02-03 10:33:19 +10:00
2023-10-19 12:11:12 +02:00