Skip to content

Commit

Permalink
Fix more clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed May 14, 2024
1 parent 2ca4aae commit b85cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signature_aggregator/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ mod tests {
TestNetwork<SignerMessage>,
mpsc::Receiver<Vec<SignedPriceFeedEntry>>,
)> {
let mut rng = thread_rng();
let rng = thread_rng();
let (shares, public_key) =
keys::generate_with_dealer(prices.len() as u16, min, IdentifierList::Default, rng)?;

Expand Down

0 comments on commit b85cfdb

Please sign in to comment.