aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-12-19 14:27:15 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-02-27 18:14:57 +0100
commitfa06ce09498707d5e82633f1e1b034675e552628 (patch)
tree63e71ea5ae3dea76b46fcb5331a46856e0672dd7 /src
parent317462123f8e41fd7dd967ab907e59ddffb19898 (diff)
downloadbitcoin-fa06ce09498707d5e82633f1e1b034675e552628.tar.xz
Fix doxygen comment for payTxFee
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 65defc30aa..16653b9fd9 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -33,9 +33,7 @@
using namespace std;
-/**
- * Settings
- */
+/** Transaction fee set by the user */
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE;