mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
doc: Document max_weight on BnB
This commit is contained in:
parent
17e33fb578
commit
aaee65823c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue