[#FeeFilterRounder-round] = xref:FeeFilterRounder.adoc[FeeFilterRounder]::round :relfileprefix: ../ :mrdocs: Quantize a minimum fee for privacy purpose before broadcast. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ba482e8), requires_capability(0x7f2e146bff38)]] xref:CAmount.adoc[CAmount] round(xref:CAmount.adoc[CAmount] currentMinFee); ---- == Return Value A randomly chosen feerate from the bucket containing currentMinFee. == Parameters [cols="1,4"] |=== | Name| Description | *currentMinFee* | The minimum fee to quantize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#