Quantize a minimum fee for privacy purpose before broadcast.
Declared in <policy/fees/block_policy_estimator.h>
[[requires_capability(0x7f2e3ba482e8), requires_capability(0x7f2e146bff38)]]
CAmount
round(CAmount currentMinFee);
A randomly chosen feerate from the bucket containing currentMinFee.
| Name | Description |
|---|---|
| currentMinFee | The minimum fee to quantize. |