[#wallet-CoinSelectionParams-min_viable_change] = xref:wallet.adoc[wallet]::xref:wallet/CoinSelectionParams.adoc[CoinSelectionParams]::min_viable_change :relfileprefix: ../../ :mrdocs: Minimum amount for creating a change output. If change budget is smaller than min_change then we forgo creation of change output. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CAmount.adoc[CAmount] min_viable_change = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#