The new LEDGER_ENTRY macro now takes one additional parameter, rpcName. This makes it easier to avoid missing including the new field in jss.h and to the list of account_objects/ledger_data filters.
Context of Change
Prevent easy bugs.
Type of Change
[x] Refactor (non-breaking change that only restructures code)
High Level Overview of Change
The new
LEDGER_ENTRY
macro now takes one additional parameter,rpcName
. This makes it easier to avoid missing including the new field injss.h
and to the list ofaccount_objects
/ledger_data
filters.Context of Change
Prevent easy bugs.
Type of Change
API Impact
No change to the user.
Test Plan
All tests still pass.