Fix build error - XRPL_ASSERT Antithesis expansion

This commit is contained in:
Ed Hennis
2025-10-21 18:12:52 -04:00
parent 92431e11c8
commit 587cb2533c

View File

@@ -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");