FeeFilterRounder::round

Quantize a minimum fee for privacy purpose before broadcast.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

[[requires_capability(0x7ff38ccacbf8), requires_capability(0x7ff374370848)]]
CAmount
round(CAmount currentMinFee);

Return Value

A randomly chosen feerate from the bucket containing currentMinFee.

Parameters

NameDescription
currentMinFeeThe minimum fee to quantize.