doc: Document max_weight on BnB

This commit is contained in:
Murch 2023-06-13 16:49:14 -04:00
parent 17e33fb578
commit aaee65823c

View File

@ -68,6 +68,7 @@ struct {
* bound of the range.
* @param const CAmount& cost_of_change This is the cost of creating and spending a change output.
* This plus selection_target is the upper bound of the range.
* @param int max_weight The maximum weight available for the input set.
* @returns The result of this coin selection algorithm, or std::nullopt
*/