[#wallet-OutputGroup-m_long_term_feerate] = xref:wallet.adoc[wallet]::xref:wallet/OutputGroup.adoc[OutputGroup]::m_long_term_feerate :relfileprefix: ../../ :mrdocs: The feerate for spending a created change output eventually (i.e. not urgently, and thus at a lower feerate). Calculated using long term fee estimate. This is used to decide whether it could be economical to create a change output. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] m_long_term_feerate = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#