Remove not very useful comment

Thanks @tcharding.
This commit is contained in:
LLFourn 2021-01-22 14:14:50 +11:00
parent 6fe3be0243
commit 21d382315a
No known key found for this signature in database
GPG Key ID: A27093B54DA11F65

View 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(),