[#wallet-SelectionResult-SetAlgoCompleted] = xref:wallet.adoc[wallet]::xref:wallet/SelectionResult.adoc[SelectionResult]::SetAlgoCompleted :relfileprefix: ../../ :mrdocs: Tracks that algorithm was able to exhaustively search the entire combination space before hitting limit of tries == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetAlgoCompleted(bool algo_completed); ---- == Parameters [cols="1,4"] |=== | Name| Description | *algo_completed* | Whether the algorithm finished searching before hitting its attempt limit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#