diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-09-26 15:44:44 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-09-26 15:42:21 -0400 |
commit | fa69ac761441af3e1195fbb4018b18233a4433d2 (patch) | |
tree | ce4f9f1b51db76f3b46249efae526701f6ee9b7f /src/policy | |
parent | cc7258bdfb44c5b5f3498296d8c9e6791655e89f (diff) |
doxygen: Fix member comments
Diffstat (limited to 'src/policy')
-rw-r--r-- | src/policy/fees.h | 6 |
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); |