diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-11-02 00:47:39 +0100 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-11-19 16:04:53 +0100 |
commit | ed3e5e468c5b7973d71efe51c90c3a301d570e27 (patch) | |
tree | 768af625bf6637f7685dda3abd78fcc75f7b6e3d /src/wallet.h | |
parent | 0ed9675be4a28b6240e10c0d3fdb81373bd56bbc (diff) |
[Wallet] Add global boolean whether to pay at least the custom fee (default=true)
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h index ebe52d4ab9..0244ce2368 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -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; |