From 1f0bb02ba081501f39abc8ca4e1f6c5210e90cf7 Mon Sep 17 00:00:00 2001 From: Jingchen Date: Wed, 24 Jun 2026 17:13:14 +0100 Subject: [PATCH] Update include/xrpl/protocol/detail/sfields.macro Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> --- include/xrpl/protocol/detail/sfields.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/detail/sfields.macro b/include/xrpl/protocol/detail/sfields.macro index a88e013619..8ddb17a434 100644 --- a/include/xrpl/protocol/detail/sfields.macro +++ b/include/xrpl/protocol/detail/sfields.macro @@ -107,7 +107,7 @@ TYPED_SFIELD(sfPaymentRemaining, UINT32, 59) TYPED_SFIELD(sfPaymentTotal, UINT32, 60) TYPED_SFIELD(sfLoanSequence, UINT32, 61) TYPED_SFIELD(sfCoverRateMinimum, UINT32, 62) // 1/10 basis points (bips) -// Deprecated by featureLendingProtocolV1_1 +// Deprecated by featureDefaultCoverOptimization TYPED_SFIELD(sfCoverRateLiquidation, UINT32, 63) // 1/10 basis points (bips) TYPED_SFIELD(sfOverpaymentFee, UINT32, 64) // 1/10 basis points (bips) TYPED_SFIELD(sfInterestRate, UINT32, 65) // 1/10 basis points (bips)