aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coinselection.cpp
diff options
context:
space:
mode:
authorMurch <murch@murch.one>2023-06-13 16:49:14 -0400
committerMurch <murch@murch.one>2024-01-15 09:08:01 -0500
commitaaee65823c6e620bef5cc96d8026567e64d822fe (patch)
treea3c74464d9719f81f969ea26b1d63cd36abed06e /src/wallet/coinselection.cpp
parent17e33fb57842e4080e6768c074654bd1fd7f8696 (diff)
downloadbitcoin-aaee65823c6e620bef5cc96d8026567e64d822fe.tar.xz
doc: Document max_weight on BnB
Diffstat (limited to 'src/wallet/coinselection.cpp')
-rw-r--r--src/wallet/coinselection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/coinselection.cpp b/src/wallet/coinselection.cpp
index 391e120932..7d15a9997a 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
*/