FeeFilterRounder::FeeFilterRounder

Create new FeeFilterRounder.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

explicit
FeeFilterRounder(
    CFeeRate const& min_incremental_fee,
    FastRandomContext& rng);

Parameters

NameDescription
min_incremental_feeMinimum incremental relay feerate used to seed the rounding set.
rngRandom context used to pick a feerate within the selected bucket.