diff --git a/src/xrpld/app/misc/LendingHelpers.h b/src/xrpld/app/misc/LendingHelpers.h index 475cc39ca7..4c7d073fc3 100644 --- a/src/xrpld/app/misc/LendingHelpers.h +++ b/src/xrpld/app/misc/LendingHelpers.h @@ -323,7 +323,7 @@ computeRoundedInterestComponent( { // Start by just using the non-principal part of the payment for interest Number roundedInterest = roundedPeriodicPayment - roundedPrincipal; - XRPL_ASSERT( + XRPL_ASSERT_PARTS( isRounded(asset, roundedInterest, scale), "ripple::detail::computeRoundedInterestComponent", "initial interest computation is rounded");