From 58e50d308f5504c1adb8ecd04bd69c672969853c Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Fri, 3 Apr 2026 10:40:50 -0400 Subject: [PATCH] Update src/libxrpl/tx/Transactor.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/libxrpl/tx/Transactor.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libxrpl/tx/Transactor.cpp b/src/libxrpl/tx/Transactor.cpp index 5bf2305162..0b228a8444 100644 --- a/src/libxrpl/tx/Transactor.cpp +++ b/src/libxrpl/tx/Transactor.cpp @@ -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 }