Skip to content

Commit fa06ce0

Browse files
author
MarcoFalke
committed
Fix doxygen comment for payTxFee
1 parent 3174621 commit fa06ce0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333

3434
using namespace std;
3535

36-
/**
37-
* Settings
38-
*/
36+
/** Transaction fee set by the user */
3937
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
4038
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
4139
bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE;

0 commit comments

Comments
 (0)