mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Changes to support threading through account roots, offers, and ripple state nodes.
Fix tracking the last transaction signed by an account.
This commit is contained in:
@@ -1219,6 +1219,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
|
||||
terResult = terPAST_SEQ;
|
||||
}
|
||||
}
|
||||
mTxnAccount->setIFieldU32(sfLastSignedSeq, mLedger->getLedgerSeq());
|
||||
|
||||
if (terSUCCESS == terResult)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user