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

Name

Description

wallet

The wallet providing the discard fee rate setting.

Created with MrDocs