Skip to content

Commit

Permalink
(chore) minor cargo clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
talhadaar committed Sep 16, 2024
1 parent 7e0b410 commit c30e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/parachain-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,7 @@ pub mod pallet {
/// At SessionManager::new_session_genesis(1) we take snapshot of collators for round 0, but
/// skip delayed reward calculation
pub(crate) fn prepare_delayed_rewards(
collators: &Vec<T::AccountId>,
collators: &[T::AccountId],
old_round: SessionIndex,
session_index: SessionIndex,
) {
Expand Down

0 comments on commit c30e3f5

Please sign in to comment.