mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Bugfix.
This commit is contained in:
@@ -24,7 +24,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get source account ID
|
// get source account ID
|
||||||
uint160 srcAccount = txn.getSigningAccount();
|
uint160 srcAccount = txn.getSourceAccount().getAccountID();
|
||||||
if (!srcAccount) return terINVALID;
|
if (!srcAccount) return terINVALID;
|
||||||
|
|
||||||
boost::recursive_mutex::scoped_lock sl(mLedger->mLock);
|
boost::recursive_mutex::scoped_lock sl(mLedger->mLock);
|
||||||
|
|||||||
Reference in New Issue
Block a user