Compute the minimum fee rate to enter a mempool bounded by the given size limit.
Synopsis
Declared in <txmempool.h>
CFeeRate
GetMinFee(size_t sizelimit) const;
Return Value
The minimum fee rate required for entry.
Parameters
Name |
Description |
sizelimit |
The dynamic memory size limit, in bytes. |
Created with MrDocs