[Wallet] Add global boolean whether to send free transactions (default=true)

This commit is contained in:
Cozz Lovan
2014-11-02 00:43:31 +01:00
parent 8c41853380
commit 0ed9675be4
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
extern CFeeRate payTxFee;
extern unsigned int nTxConfirmTarget;
extern bool bSpendZeroConfChange;
extern bool fSendFreeTransactions;
//! -paytxfee default
static const CAmount DEFAULT_TRANSACTION_FEE = 0;