From aaee65823c6e620bef5cc96d8026567e64d822fe Mon Sep 17 00:00:00 2001 From: Murch Date: Tue, 13 Jun 2023 16:49:14 -0400 Subject: [PATCH] doc: Document max_weight on BnB --- src/wallet/coinselection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/coinselection.cpp b/src/wallet/coinselection.cpp index 391e1209323..7d15a9997af 100644 --- a/src/wallet/coinselection.cpp +++ b/src/wallet/coinselection.cpp @@ -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 */