wallet::SelectionResult::Merge

Combines the

Synopsis

Declared in <wallet/coinselection.h>

void
Merge(SelectionResult const& other);

Description

Important note: There must be no shared 'COutput' among the two selection results being combined.

Parameters

NameDescription
other [in]selection result into 'this' selection result.