mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Fix issues in applying local transactions.
This commit is contained in:
@@ -31,3 +31,8 @@ bool LocalTransaction::makeTransaction()
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void LocalTransaction::applyTransaction()
|
||||
{
|
||||
mTransaction=theApp->getOPs().processTransaction(mTransaction);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user