From c53ea3c11d88e1f733c46b8df86509e67ad7dedb Mon Sep 17 00:00:00 2001 From: Jingchen Date: Fri, 27 Mar 2026 00:03:43 +0000 Subject: [PATCH] Update include/xrpl/tx/transactors/lending/LendingHelpers.h Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> --- include/xrpl/tx/transactors/lending/LendingHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);