mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fee change bugfixes.
This commit is contained in:
@@ -7,6 +7,8 @@ protected:
|
||||
TER applyFeature();
|
||||
TER applyFee();
|
||||
|
||||
bool mustHaveValidAccount() { return false; }
|
||||
|
||||
public:
|
||||
ChangeTransactor(const SerializedTransaction& txn, TransactionEngineParams params, TransactionEngine *engine)
|
||||
: Transactor(txn, params, engine)
|
||||
@@ -16,6 +18,7 @@ public:
|
||||
TER checkSig();
|
||||
TER checkSeq();
|
||||
TER payFee();
|
||||
TER preCheck();
|
||||
};
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user