mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Cosmetic changes.
This commit is contained in:
@@ -152,7 +152,8 @@ TER TransactionEngine::applyTransaction(const SerializedTransaction& txn, Transa
|
|||||||
}
|
}
|
||||||
|
|
||||||
return terResult;
|
return terResult;
|
||||||
}else
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
cLog(lsWARNING) << "applyTransaction: Invalid transaction: unknown transaction type";
|
cLog(lsWARNING) << "applyTransaction: Invalid transaction: unknown transaction type";
|
||||||
return temUNKNOWN;
|
return temUNKNOWN;
|
||||||
@@ -160,4 +161,3 @@ TER TransactionEngine::applyTransaction(const SerializedTransaction& txn, Transa
|
|||||||
}
|
}
|
||||||
|
|
||||||
// vim:ts=4
|
// vim:ts=4
|
||||||
|
|
||||||
|
|||||||
@@ -60,11 +60,8 @@ protected:
|
|||||||
uint160 mTxnAccountID;
|
uint160 mTxnAccountID;
|
||||||
SLE::pointer mTxnAccount;
|
SLE::pointer mTxnAccount;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void txnWrite();
|
void txnWrite();
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
typedef boost::shared_ptr<TransactionEngine> pointer;
|
typedef boost::shared_ptr<TransactionEngine> pointer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user