mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-19 14:40:45 +02:00
doc: Document max_weight on BnB
This commit is contained in:
parent
17e33fb578
commit
aaee65823c
@ -68,6 +68,7 @@ struct {
|
|||||||
* bound of the range.
|
* bound of the range.
|
||||||
* @param const CAmount& cost_of_change This is the cost of creating and spending a change output.
|
* @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.
|
* 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
|
* @returns The result of this coin selection algorithm, or std::nullopt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user