[Wallet] Add global boolean whether to pay at least the custom fee (default=true)

This commit is contained in:
Cozz Lovan
2014-11-02 00:47:39 +01:00
parent 0ed9675be4
commit ed3e5e468c
2 changed files with 6 additions and 1 deletions

View File

@@ -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;