Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Feb 16, 2024
1 parent 72a9971 commit e7cb0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eclipse/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl MonopolizingByIncomingNodes {
discv5: Discv5,
client: Client,
honest: &InstanceInfo,
attackers: &Vec<InstanceInfo>,
attackers: &[InstanceInfo],
) -> Result<(), Box<dyn std::error::Error>> {
// Wait until the attacker has done its attack.
client
Expand Down

0 comments on commit e7cb0e9

Please sign in to comment.