aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-09-26 15:44:44 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-09-26 15:42:21 -0400
commitfa69ac761441af3e1195fbb4018b18233a4433d2 (patch)
treece4f9f1b51db76f3b46249efae526701f6ee9b7f /src/policy/fees.h
parentcc7258bdfb44c5b5f3498296d8c9e6791655e89f (diff)
downloadbitcoin-fa69ac761441af3e1195fbb4018b18233a4433d2.tar.xz
doxygen: Fix member comments
Diffstat (limited to 'src/policy/fees.h')
-rw-r--r--src/policy/fees.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/policy/fees.h b/src/policy/fees.h
index 2733c5a7de..90f159b48c 100644
--- a/src/policy/fees.h
+++ b/src/policy/fees.h
@@ -50,9 +50,9 @@ std::string StringForFeeReason(FeeReason reason);
/* Used to determine type of fee estimation requested */
enum class FeeEstimateMode {
- UNSET, //! Use default settings based on other criteria
- ECONOMICAL, //! Force estimateSmartFee to use non-conservative estimates
- CONSERVATIVE, //! Force estimateSmartFee to use conservative estimates
+ UNSET, //!< Use default settings based on other criteria
+ ECONOMICAL, //!< Force estimateSmartFee to use non-conservative estimates
+ CONSERVATIVE, //!< Force estimateSmartFee to use conservative estimates
};
bool FeeModeFromString(const std::string& mode_string, FeeEstimateMode& fee_estimate_mode);