[#wallet-CWallet-m_fallback_fee] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::m_fallback_fee :relfileprefix: ../../ :mrdocs: If fee estimation does not have enough data to provide estimates, use this fee instead. Has no effect if not using fee estimation Override with ‐fallbackfee == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] m_fallback_fee = {DEFAULT_FALLBACK_FEE}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#