]> Untitled Git - bdk/commitdiff
Remove not very useful comment
authorLLFourn <lloyd.fourn@gmail.com>
Fri, 22 Jan 2021 03:14:50 +0000 (14:14 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Fri, 22 Jan 2021 04:08:30 +0000 (15:08 +1100)
Thanks @tcharding.

src/wallet/mod.rs

index 3b223bbaed5ed26e0c1966315bc381953522c3d0..aacfe480d117fd0027b39f5f6c147f1d56c542ba 100644 (file)
@@ -448,7 +448,6 @@ where
             output: vec![],
         };
 
-        // try not to move from `params` because we still need to use it later.
         let recipients = match &params.single_recipient {
             Some(recipient) => vec![(recipient, 0)],
             None => params.recipients.iter().map(|(r, v)| (r, *v)).collect(),