mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix bug in regular key set transactions.
This commit is contained in:
@@ -209,11 +209,10 @@ TER Transactor::apply ()
|
||||
|
||||
if (terResult != tesSUCCESS) return (terResult);
|
||||
|
||||
calculateFee ();
|
||||
|
||||
boost::recursive_mutex::scoped_lock sl (mEngine->getLedger ()->mLock);
|
||||
|
||||
mTxnAccount = mEngine->entryCache (ltACCOUNT_ROOT, Ledger::getAccountRootIndex (mTxnAccountID));
|
||||
calculateFee ();
|
||||
|
||||
// Find source account
|
||||
// If are only forwarding, due to resource limitations, we might verifying only some transactions, this would be probabilistic.
|
||||
|
||||
Reference in New Issue
Block a user