Create new FeeFilterRounder.
Synopsis
Declared in <policy/fees/block_policy_estimator.h>
explicit
FeeFilterRounder(
CFeeRate const& min_incremental_fee,
FastRandomContext& rng);
Parameters
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. |
Created with MrDocs