[#wallet-OutputGroup-m_from_me] = xref:wallet.adoc[wallet]::xref:wallet/OutputGroup.adoc[OutputGroup]::m_from_me :relfileprefix: ../../ :mrdocs: Whether the UTXOs were sent by the wallet to itself. This is relevant because we may want at least a certain number of confirmations on UTXOs received from outside wallets while trusting our own UTXOs more. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool m_from_me = {true}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#