#include <fees.h>
Definition at line 320 of file fees.h.
FeeFilterRounder::FeeFilterRounder |
( |
const CFeeRate & |
minIncrementalFee | ) |
|
Quantize a minimum fee for privacy purpose before broadcast.
Definition at line 1101 of file fees.cpp.
constexpr double FeeFilterRounder::FEE_FILTER_SPACING = 1.1 |
|
staticprivate |
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 328 of file fees.h.
std::set<double> FeeFilterRounder::feeset |
|
private |
constexpr double FeeFilterRounder::MAX_FILTER_FEERATE = 1e7 |
|
staticprivate |
The documentation for this class was generated from the following files: