[#wallet-CWallet-m_discard_rate] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::m_discard_rate :relfileprefix: ../../ :mrdocs: If the cost to spend a change output at this feerate is greater than the value of the output itself, just drop it to fees. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] m_discard_rate = {DEFAULT_DISCARD_FEE}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#