mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix build error - XRPL_ASSERT Antithesis expansion
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user