Update src/libxrpl/tx/Transactor.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mayukha Vadari
2026-04-03 10:40:50 -04:00
committed by GitHub
parent 311b618068
commit 58e50d308f

View File

@@ -1160,7 +1160,9 @@ Transactor::processPersistentChanges(TER result, XRPAmount& fee, bool& applied)
break;
// LCOV_EXCL_START
default:
UNREACHABLE("xrpl::Transactor::operator() : unexpected type");
UNREACHABLE(
"xrpl::Transactor::processPersistentChanges() : "
"unexpected type");
break;
// LCOV_EXCL_STOP
}