mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Handle all the weird edge cases, such as:
A remote transaction is received *from* a local account. We neeed to update our balance and sequence tracking. A local transaction loses to a conflict.
This commit is contained in:
@@ -32,7 +32,7 @@ bool LocalTransaction::makeTransaction()
|
||||
return true;
|
||||
}
|
||||
|
||||
void LocalTransaction::applyTransaction()
|
||||
void LocalTransaction::performTransaction()
|
||||
{
|
||||
mTransaction=theApp->getOPs().processTransaction(mTransaction);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user