mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
- Document that `after` is never null in InvariantCheck::visitEntry - Clarify tec/tef escalation in checkInvariants doc: both protocol and transaction faults return tecINVARIANT_FAILED on the first pass; tefINVARIANT_FAILED only occurs when the incoming result is already tecINVARIANT_FAILED (i.e. the fee-claim reset path checks again) - Rename SkipTxInvariants -> CheckTxInvariants with Yes/No semantics to eliminate the double-negative at call sites