[#wallet-SelectionResult-Merge] = xref:wallet.adoc[wallet]::xref:wallet/SelectionResult.adoc[SelectionResult]::Merge :relfileprefix: ../../ :mrdocs: Combines the == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Merge(xref:wallet/SelectionResult.adoc[SelectionResult] const& other); ---- == Description Important note: There must be no shared 'COutput' among the two selection results being combined. == Parameters [cols="1,4"] |=== | Name| Description | *other* [in] | selection result into 'this' selection result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#