fix signature

This commit is contained in:
Mayukha Vadari
2026-04-03 10:49:00 -04:00
parent 58e50d308f
commit abba516f04

View File

@@ -1072,7 +1072,7 @@ Transactor::trapTransaction(uint256 txHash) const
}
void
Transactor::processPersistentChanges(TER result, XRPAmount& fee, bool& applied)
Transactor::processPersistentChanges(TER& result, XRPAmount& fee, bool& applied)
{
JLOG(j_.trace()) << "reapplying because of " << transToken(result);