mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-25 21:48:03 +00:00
Fix missed ripple -> xrpl rename
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user