aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h
index b692ad056b..ebe52d4ab9 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -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;