[#wallet-OutputGroup-m_subtract_fee_outputs] = xref:wallet.adoc[wallet]::xref:wallet/OutputGroup.adoc[OutputGroup]::m_subtract_fee_outputs :relfileprefix: ../../ :mrdocs: Indicate that we are subtracting the fee from outputs. When true, the value that is used for coin selection is the UTXO's real value rather than effective value == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool m_subtract_fee_outputs = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#