wallet::GetDiscardRate

Return the maximum feerate for discarding change.

Synopsis

Declared in <wallet/fees.h>

CFeeRate
GetDiscardRate(CWallet const& wallet);

Return Value

The maximum fee rate at which change may be discarded.

Parameters

NameDescription
walletThe wallet providing the discard fee rate setting.