diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-12-19 14:27:15 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-02-27 18:14:57 +0100 |
commit | fa06ce09498707d5e82633f1e1b034675e552628 (patch) | |
tree | 63e71ea5ae3dea76b46fcb5331a46856e0672dd7 /src/wallet/wallet.cpp | |
parent | 317462123f8e41fd7dd967ab907e59ddffb19898 (diff) |
Fix doxygen comment for payTxFee
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r-- | src/wallet/wallet.cpp | 4 |
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; |