Skip to content

Commit aaee658

Browse files
committed
doc: Document max_weight on BnB
1 parent 17e33fb commit aaee658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/coinselection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ struct {
6868
* bound of the range.
6969
* @param const CAmount& cost_of_change This is the cost of creating and spending a change output.
7070
* This plus selection_target is the upper bound of the range.
71+
* @param int max_weight The maximum weight available for the input set.
7172
* @returns The result of this coin selection algorithm, or std::nullopt
7273
*/
7374

0 commit comments

Comments
 (0)