diff options
author | Alex Morcos <morcos@chaincode.com> | 2017-06-06 13:08:27 -0400 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-07-10 20:07:13 -0400 |
commit | 9c85b91dc1566f7c27c5b8a1a9c7aebe0e3a83cf (patch) | |
tree | a9cda413863908f2ccf954958e469b31964ca678 /src/policy/fees.h | |
parent | 9edda0c5f5f20bc6b302ad51fa5ec40ed9da184d (diff) |
Change API to estimaterawfee
Report results for all 3 possible time horizons instead of specifying time horizon as an argument.
Diffstat (limited to 'src/policy/fees.h')
-rw-r--r-- | src/policy/fees.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/policy/fees.h b/src/policy/fees.h index 2029ce3744..86f143b233 100644 --- a/src/policy/fees.h +++ b/src/policy/fees.h @@ -74,6 +74,8 @@ enum FeeEstimateHorizon { LONG_HALFLIFE = 2 }; +std::string StringForFeeEstimateHorizon(FeeEstimateHorizon horizon); + /* Enumeration of reason for returned fee estimate */ enum class FeeReason { NONE, |