mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
This commit is contained in:
parent
019280617a
commit
fa331db68b
5 changed files with 19 additions and 18 deletions
|
|
@ -37,7 +37,6 @@ using namespace std;
|
|||
* Settings
|
||||
*/
|
||||
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
|
||||
CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE;
|
||||
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
|
||||
bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE;
|
||||
bool fSendFreeTransactions = DEFAULT_SEND_FREE_TRANSACTIONS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue