mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fix signature
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user