Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed May 12, 2024
1 parent c15d44c commit c42ffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/dapp-staking-v3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ pub mod pallet {
TierAssignment::Dummy => (
DAppTierRewardsFor::<T>::default(),
0,
BoundedVec::truncate_from(vec![1]),
BoundedVec::truncate_from([1].to_vec()),
),
};
if rank_rewards.iter().any(|x| !x.is_zero()) {
Expand Down

0 comments on commit c42ffba

Please sign in to comment.