From 6123b87a024c04906338aa68c6afbcf57d57fc0b Mon Sep 17 00:00:00 2001 From: jp1ac4 <121959000+jp1ac4@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:05:43 +0000 Subject: [PATCH] commands: fix documentation --- src/commands/utils.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/utils.rs b/src/commands/utils.rs index 8437b649..ed2301d4 100644 --- a/src/commands/utils.rs +++ b/src/commands/utils.rs @@ -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.