[#wallet-CoinSelectionParams-m_include_unsafe_inputs] = xref:wallet.adoc[wallet]::xref:wallet/CoinSelectionParams.adoc[CoinSelectionParams]::m_include_unsafe_inputs :relfileprefix: ../../ :mrdocs: When true, allow unsafe coins to be selected during Coin Selection. This may spend unconfirmed outputs: 1) Received from other wallets, 2) replacing other txs, 3) that have been replaced. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool m_include_unsafe_inputs = false; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#