From dd6f95af6c6c1e8a42199ddd24967484dd948b0e Mon Sep 17 00:00:00 2001 From: Vito Tumas <5780819+Tapanito@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:27:22 +0200 Subject: [PATCH] Update src/libxrpl/tx/invariants/InvariantCheck.cpp Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> --- src/libxrpl/tx/invariants/InvariantCheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libxrpl/tx/invariants/InvariantCheck.cpp b/src/libxrpl/tx/invariants/InvariantCheck.cpp index eb3c5ef2c9..b87be994ba 100644 --- a/src/libxrpl/tx/invariants/InvariantCheck.cpp +++ b/src/libxrpl/tx/invariants/InvariantCheck.cpp @@ -74,7 +74,7 @@ ledgerEntryTypeName(SLE const& sle) if (item == nullptr) { // LCOV_EXCL_START - UNREACHABLE("xrpl::ledgerEntryTypeName : ledger entry has ledger format"); + UNREACHABLE("xrpl::ledgerEntryTypeName : ledger entry has no known ledger format"); return std::to_string(sle.getType()); // LCOV_EXCL_STOP }