wallet::SelectionResult::SetAlgoCompleted

Tracks that algorithm was able to exhaustively search the entire combination space before hitting limit of tries

Synopsis

Declared in <wallet/coinselection.h>

void
SetAlgoCompleted(bool algo_completed);

Parameters

NameDescription
algo_completedWhether the algorithm finished searching before hitting its attempt limit.