From ac68086bca8fbb34f06b3244461a6da2eac1499f Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 22 Apr 2026 16:38:05 -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, 2 insertions(+), 2 deletions(-) diff --git a/src/libxrpl/tx/Transactor.cpp b/src/libxrpl/tx/Transactor.cpp index 2a4808e6d2..e66c96706f 100644 --- a/src/libxrpl/tx/Transactor.cpp +++ b/src/libxrpl/tx/Transactor.cpp @@ -1160,8 +1160,8 @@ Transactor::processPersistentChanges(TER& result, XRPAmount& fee, bool& applied) { XRPL_ASSERT( before && after, - "xrpl::Transactor::operator()::visit : non-null SLE " - "inputs"); + "xrpl::Transactor::processPersistentChanges : non-null " + "SLE inputs"); if (before && after) { auto const type = before->getType();