mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 19:10:25 +00:00
- Move amendmentCombinations algorithm to jtx::amendmentCombinations in test/jtx/utility.h+cpp; it was copy-pasted into both AMM_test and AMMMPT_test. AMM_test retains a one-liner wrapper that seeds from its local testableAmendments() (strips SAV/Lending). - Document the isVaultPseudoAccountFrozen sub-step in the Doxygen for checkWithdrawFreeze and checkDepositFreeze; the MPT-only transitive freeze check occurs between the listed steps 1 and 2 in each function. - Expand the IgnoreFreeze comment in VaultWithdraw::doApply to explain why preclaim validation makes the flag safe to use post-fix330.