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:
JoelKatz
2012-08-20 13:45:58 -07:00
parent a99f814c20
commit 68b044ddde
6 changed files with 17 additions and 5 deletions

View File

@@ -1219,6 +1219,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
terResult = terPAST_SEQ;
}
}
mTxnAccount->setIFieldU32(sfLastSignedSeq, mLedger->getLedgerSeq());
if (terSUCCESS == terResult)
{