Fix missed ripple -> xrpl rename

This commit is contained in:
Ed Hennis
2026-04-21 18:19:35 -04:00
parent e427d3a4d5
commit a7d17f3bbf

View File

@@ -163,7 +163,7 @@ LoanPay::calculateBaseFee(ReadView const& view, STTx const& tx)
static_cast<std::int64_t>(numPaymentEstimate / loanPaymentsPerFeeIncrement));
XRPL_ASSERT(
!view.rules().enabled(fixSecurity3_1_3) || feeIncrements <= maxFeeIncrements,
"ripple::LoanPay::calculateBaseFee : number of fee increments is in "
"xrpl::LoanPay::calculateBaseFee : number of fee increments is in "
"range");
return feeIncrements * normalCost;