aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-12-19 14:27:15 +0100
committerMarcoFalke <[email protected]>2016-02-27 18:14:57 +0100
commitfa06ce09498707d5e82633f1e1b034675e552628 (patch)
tree63e71ea5ae3dea76b46fcb5331a46856e0672dd7 /src/wallet/wallet.cpp
parentMerge #7583: [doc] Fix typos (diff)
downloaddiscoin-fa06ce09498707d5e82633f1e1b034675e552628.tar.xz
discoin-fa06ce09498707d5e82633f1e1b034675e552628.zip
Fix doxygen comment for payTxFee
Diffstat (limited to 'src/wallet/wallet.cpp')
-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 65defc30a..16653b9fd 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;