diff options
Diffstat (limited to 'src/policy')
-rw-r--r-- | src/policy/feerate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/policy/feerate.h b/src/policy/feerate.h index 5eb2d84d4b..f532ba7f88 100644 --- a/src/policy/feerate.h +++ b/src/policy/feerate.h @@ -19,6 +19,8 @@ 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 + BTC_KB, //!< Use explicit BTC/kB fee given in coin control + SAT_B, //!< Use explicit sat/B fee given in coin control }; /** |