From b188d80c2de9ebb114da5ceea78baa46bde7dff6 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Wed, 4 Mar 2020 11:26:06 +0900 Subject: MOVEONLY: Make FeeEstimateMode available to CFeeRate Can verify move-only with: git log -p -n1 --color-moved This commit is move-only and doesn't change code or affect behavior. --- src/policy/fees.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/policy/fees.h') diff --git a/src/policy/fees.h b/src/policy/fees.h index 6ee6e0d547..e445c1590d 100644 --- a/src/policy/fees.h +++ b/src/policy/fees.h @@ -45,13 +45,6 @@ enum class FeeReason { REQUIRED, }; -/* 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 -}; - /* Used to return detailed information about a feerate bucket */ struct EstimatorBucket { -- cgit v1.2.3