You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -141,13 +141,13 @@ util::Result<SelectionResult> AttemptSelection(interfaces::Chain& chain, const C
141
141
* Multiple coin selection algorithms will be run and the input set that produces the least waste
142
142
* (according to the waste metric) will be chosen.
143
143
*
144
-
* param@[in] chain The chain interface to get information on unconfirmed UTXOs bump fees
145
-
* param@[in] nTargetValue The target value
146
-
* param@[in] groups The struct containing the outputs grouped by script and divided by (1) positive only outputs and (2) all outputs (positive + negative).
147
-
* param@[in] coin_selection_params Parameters for the coin selection
144
+
* @param[in] chain The chain interface to get information on bump fees for unconfirmed UTXOs
145
+
* @param[in] nTargetValue The target value
146
+
* @param[in] groups The struct containing the outputs grouped by script and divided by (1) positive only outputs and (2) all outputs (positive + negative).
147
+
* @param[in] coin_selection_params Parameters for the coin selection
148
148
* returns If successful, a SelectionResult containing the input set
149
149
* If failed, returns (1) an empty error message if the target was not reached (general "Insufficient funds")
150
-
* or (2) an specific error message if there was something particularly wrong (e.g. a selection
150
+
* or (2) a specific error message if there was something particularly wrong (e.g. a selection
0 commit comments