aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-03-01 18:38:49 +0100
committerWladimir J. van der Laan <[email protected]>2016-03-01 18:39:21 +0100
commite5121eb951c49b36b2b55069ab778a74bbf6bcb1 (patch)
treecce8f7a7456a4b14775031151df6a260a2cfed49 /src/wallet/wallet.cpp
parentMerge #7616: [depends] Delete unused patches (diff)
parentMake sure LogPrintf strings are line-terminated (diff)
downloaddiscoin-e5121eb951c49b36b2b55069ab778a74bbf6bcb1.tar.xz
discoin-e5121eb951c49b36b2b55069ab778a74bbf6bcb1.zip
Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint
fa26652 Make sure LogPrintf strings are line-terminated (MarcoFalke) fa97f95 [doc] Fix markdown (MarcoFalke) fa06ce0 Fix doxygen comment for payTxFee (MarcoFalke)
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;