Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 18, 2021
1 parent e30ccdd commit 2408eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/jormungandr-testing-utils/src/wallet/committee.rs
Expand Up @@ -162,7 +162,7 @@ impl PrivateVoteCommitteeDataManager {

let communication_secret_key = communication_secret_keys.get(index).unwrap();
let encrypting_vote_key =
ElectionPublicKey::from_participants(&vec![ms.public_key().clone()]);
ElectionPublicKey::from_participants(&[ms.public_key().clone()]);

data.insert(
pk.clone(),
Expand Down

0 comments on commit 2408eac

Please sign in to comment.