Create new FeeFilterRounder.
Declared in <policy/fees/block_policy_estimator.h>
explicit
FeeFilterRounder(
CFeeRate const& min_incremental_fee,
FastRandomContext& rng);
| Name | Description |
|---|---|
| min_incremental_fee | Minimum incremental relay feerate used to seed the rounding set. |
| rng | Random context used to pick a feerate within the selected bucket. |