Skip to content

Commit

Permalink
doc: Document max_weight on BnB
Browse files Browse the repository at this point in the history
  • Loading branch information
murchandamus committed Jan 15, 2024
1 parent 17e33fb commit aaee658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/coinselection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit aaee658

Please sign in to comment.