mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 06:40:53 +00:00
- Restore the doc comment on STAmount::isRounded that was lost when it moved out of LendingHelpers.cpp. - Collapse LoanManage::defaultLoan's Vault-update block into a direct return of addVaultAssets, since there is no follow-up work after it. - Mark removeVaultAssets's amount==0 early-return with LCOV_EXCL_LINE: it is a defensive short-circuit for a branch that is only reachable in a vanishingly rare edge case (final withdrawal from a vault whose sfAssetsAvailable has already been written down to zero) and is not reached by any current transactor-level test.