mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Bugfix.
This commit is contained in:
@@ -9,7 +9,7 @@ SETUP_LOG();
|
||||
bool TransactionEngine::checkInvariants(TER result, const SerializedTransaction& txn, TransactionEngineParams params)
|
||||
{
|
||||
#if 0
|
||||
const RippleAddress& srcAccount = txn.getFieldAccount(sfAccount);
|
||||
RippleAddress srcAccount = txn.getFieldAccount(sfAccount);
|
||||
uint32 txnSeq = txn.getFieldU32(sfSequence);
|
||||
|
||||
LedgerEntryAction leaAction;
|
||||
|
||||
Reference in New Issue
Block a user