mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make Payment use new mPriorBalance.
This commit is contained in:
@@ -202,8 +202,9 @@ TER Transactor::apply()
|
||||
}
|
||||
else
|
||||
{
|
||||
mSourceBalance = mTxnAccount->getFieldAmount(sfBalance);
|
||||
mHasAuthKey = mTxnAccount->isFieldPresent(sfRegularKey);
|
||||
mPriorBalance = mTxnAccount->getFieldAmount(sfBalance);
|
||||
mSourceBalance = mPriorBalance;
|
||||
mHasAuthKey = mTxnAccount->isFieldPresent(sfRegularKey);
|
||||
}
|
||||
|
||||
terResult = checkSeq();
|
||||
|
||||
Reference in New Issue
Block a user