aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-08-08 21:12:14 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-08-08 22:14:45 +0200
commit0e534d4dcae91ecf7ebd7a667227f7c26b4d5755 (patch)
tree7d21739df2eb4d694e53cd36498d227129a4b6bc /src/wallet/wallet.h
parent9d86aad287f07e20066138b9f909758ad7a2e098 (diff)
Fix incorrect Doxygen comments
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 06a7c0a752..ac87cbd2fd 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -989,7 +989,7 @@ public:
unsigned int m_confirm_target{DEFAULT_TX_CONFIRM_TARGET};
bool m_spend_zero_conf_change{DEFAULT_SPEND_ZEROCONF_CHANGE};
bool m_signal_rbf{DEFAULT_WALLET_RBF};
- bool m_allow_fallback_fee{true}; //<! will be defined via chainparams
+ bool m_allow_fallback_fee{true}; //!< will be defined via chainparams
CFeeRate m_min_fee{DEFAULT_TRANSACTION_MINFEE}; //!< Override with -mintxfee
/**
* If fee estimation does not have enough data to provide estimates, use this fee instead.