commands: fix documentation

This commit is contained in:
jp1ac4 2023-11-24 10:05:43 +00:00
parent b8fd97fc83
commit 6123b87a02
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -123,8 +123,8 @@ where
///
/// `min_fee` is the minimum fee (in sats) that the selection must have.
///
/// `max_sat_weight` is the maximum size difference (in vb) of
/// an input in the transaction before and after satisfaction.
/// `max_sat_weight` is the maximum weight difference of an input in the
/// transaction before and after satisfaction.
///
/// `must_have_change` indicates whether the transaction must have a change output.
/// If `true`, the returned change amount will be positive.