mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix crash on txn against non-existent account.
This commit is contained in:
@@ -1239,10 +1239,10 @@ TER TransactionEngine::applyTransaction(const SerializedTransaction& txn,
|
||||
terResult = tefPAST_SEQ;
|
||||
}
|
||||
}
|
||||
mTxnAccount->setIFieldU32(sfLastSignedSeq, mLedger->getLedgerSeq());
|
||||
|
||||
if (tesSUCCESS == terResult)
|
||||
{
|
||||
mTxnAccount->setIFieldU32(sfLastSignedSeq, mLedger->getLedgerSeq());
|
||||
entryModify(mTxnAccount);
|
||||
|
||||
switch (txn.getTxnType())
|
||||
|
||||
Reference in New Issue
Block a user