diff --git a/include/xrpl/tx/transactors/lending/LendingHelpers.h b/include/xrpl/tx/transactors/lending/LendingHelpers.h index 49a9ad546b..c79f0d2364 100644 --- a/include/xrpl/tx/transactors/lending/LendingHelpers.h +++ b/include/xrpl/tx/transactors/lending/LendingHelpers.h @@ -225,7 +225,7 @@ computeFullPaymentInterest( * does not carry the deprecated sfCoverRateLiquidation field. */ inline bool -useProportionalDefaultCover(Rules const& rules, std::shared_ptr brokerSle) +useProportionalDefaultCover(Rules const& rules, std::shared_ptr const& brokerSle) { return rules.enabled(featureLendingProtocolV1_1) && !brokerSle->isFieldPresent(sfCoverRateLiquidation);