CTxMemPool::GetMinFee

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

NameDescription
sizelimitThe dynamic memory size limit, in bytes.