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-22 16:38:05 -04:00
committed by GitHub
parent ec0b68437b
commit ac68086bca

View File

@@ -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();