We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e33fb commit aaee658Copy full SHA for aaee658
src/wallet/coinselection.cpp
@@ -68,6 +68,7 @@ struct {
68
* bound of the range.
69
* @param const CAmount& cost_of_change This is the cost of creating and spending a change output.
70
* This plus selection_target is the upper bound of the range.
71
+ * @param int max_weight The maximum weight available for the input set.
72
* @returns The result of this coin selection algorithm, or std::nullopt
73
*/
74
0 commit comments