#include <block_policy_estimator.h>
Definition at line 323 of file block_policy_estimator.h.
◆ FeeFilterRounder()
◆ GUARDED_BY()
◆ round()
◆ FEE_FILTER_SPACING
| constexpr double FeeFilterRounder::FEE_FILTER_SPACING = 1.1 |
|
staticconstexprprivate |
FEE_FILTER_SPACING is just used to provide some quantization of fee filter results.
Historically it reused FEE_SPACING, but it is completely unrelated, and was made a separate constant so the two concepts are not tied together
Definition at line 331 of file block_policy_estimator.h.
◆ m_fee_set
| const std::set<double> FeeFilterRounder::m_fee_set |
|
private |
◆ m_insecure_rand_mutex
| Mutex FeeFilterRounder::m_insecure_rand_mutex |
|
private |
◆ MAX_FILTER_FEERATE
| constexpr double FeeFilterRounder::MAX_FILTER_FEERATE = 1e7 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: