Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
Arthur Britto
2012-08-20 16:47:16 -07:00
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)
{