Remove not very useful comment
Thanks @tcharding.
This commit is contained in:
parent
6fe3be0243
commit
21d382315a
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user