Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Mar 9, 2023
1 parent 49cb564 commit 288696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/dispute-coordinator/src/initialized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl Initialized {
key_ownership_proofs.push(key_ownership_proof);
let time_slot = vstaging::slashing::DisputesTimeSlot::new(
session_index,
candidate_hash.clone(),
candidate_hash,
);
let dispute_proof = vstaging::slashing::DisputeProof {
time_slot,
Expand Down

0 comments on commit 288696e

Please sign in to comment.