mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 19:10:25 +00:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user