mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-02 07:10:34 +00:00
The LedgerEntry.h.mako update in this PR emits `#include <xrpl/protocol/STNumber.h>` when any field is a NUMBER type, but the regenerated headers for the three existing NUMBER-carrying ledger entries (Loan, LoanBroker, Vault) were not checked in. This restores byte parity with the codegen output that check-autogen enforces.