[Wallet] Add global boolean whether to pay at least the custom fee (default=true)
This commit is contained in:
@@ -33,6 +33,7 @@ extern CFeeRate payTxFee;
|
||||
extern unsigned int nTxConfirmTarget;
|
||||
extern bool bSpendZeroConfChange;
|
||||
extern bool fSendFreeTransactions;
|
||||
extern bool fPayAtLeastCustomFee;
|
||||
|
||||
//! -paytxfee default
|
||||
static const CAmount DEFAULT_TRANSACTION_FEE = 0;
|
||||
|
||||
Reference in New Issue
Block a user