From: LLFourn Date: Fri, 22 Jan 2021 03:14:50 +0000 (+1100) Subject: Remove not very useful comment X-Git-Tag: v0.4.0~29 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/enum.IterError.html?a=commitdiff_plain;h=21d382315a56299eb97f4e7ed53007fd5fa9273b;p=bdk Remove not very useful comment Thanks @tcharding. --- diff --git a/src/wallet/mod.rs b/src/wallet/mod.rs index 3b223bba..aacfe480 100644 --- a/src/wallet/mod.rs +++ b/src/wallet/mod.rs @@ -448,7 +448,6 @@ where output: vec![], }; - // try not to move from `params` because we still need to use it later. let recipients = match ¶ms.single_recipient { Some(recipient) => vec![(recipient, 0)], None => params.recipients.iter().map(|(r, v)| (r, *v)).collect(),