[#wallet-GetDiscardRate] = xref:wallet.adoc[wallet]::GetDiscardRate :relfileprefix: ../ :mrdocs: Return the maximum feerate for discarding change. == Synopsis Declared in `<wallet/fees.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] GetDiscardRate(xref:wallet/CWallet.adoc[CWallet] const& wallet); ---- == Return Value The maximum fee rate at which change may be discarded. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet providing the discard fee rate setting. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#