Update src/libxrpl/tx/invariants/InvariantCheck.cpp

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Vito Tumas
2026-06-25 18:27:22 +02:00
committed by GitHub
parent 81149c762d
commit dd6f95af6c

View File

@@ -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
}