From 3f9673510a10be4acef092e5df6366c610f5224b Mon Sep 17 00:00:00 2001 From: tequ Date: Mon, 10 Nov 2025 21:50:31 +0900 Subject: [PATCH] fix comment for LCOV --- src/xrpld/app/tx/detail/SponsorshipTransfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp b/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp index a379c575c0..6b59f3860a 100644 --- a/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp +++ b/src/xrpld/app/tx/detail/SponsorshipTransfer.cpp @@ -139,7 +139,7 @@ getLedgerEntrySponsorField(T const& sle, AccountID const& owner) false, "Should not happen. Owner should be checked before calling " "this function."); - // LCOV_EXCL_END + // LCOV_EXCL_STOP } default: return sfSponsorAccount;