mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Allow administrators to submit transactions that don't meet the local load fee.
This commit is contained in:
@@ -24,6 +24,8 @@ enum TransactionEngineParams
|
||||
|
||||
tapRETRY = 0x20, // This is not the transaction's last pass
|
||||
// Transaction can be retried, soft failures allowed
|
||||
|
||||
tapADMIN = 0x40, // Transaction came from a privileged source
|
||||
};
|
||||
|
||||
enum LedgerEntryAction
|
||||
|
||||
Reference in New Issue
Block a user