[#wallet-CWallet-m_spend_zero_conf_change] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::m_spend_zero_conf_change :relfileprefix: ../../ :mrdocs: Allow Coin Selection to pick unconfirmed UTXOs that were sent from our own wallet if it cannot fund the transaction otherwise. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool m_spend_zero_conf_change = {DEFAULT_SPEND_ZEROCONF_CHANGE}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#