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
Name |
Description |
algo_completed |
Whether the algorithm finished searching before hitting its attempt limit. |
Created with MrDocs