Skip to content

Commit

Permalink
fixing clippy issues (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj authored Sep 19, 2024
1 parent 2f55394 commit ac42ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ impl pallet_score_staking::Config for Runtime {
type YearlyIssuance = ConstU128<{ 100_000_000 * UNIT }>;
type YearlyInflation = DefaultYearlyInflation;
type MaxScoreUserCount = ConstU32<1_000_000>;
type TEECallOrigin = EnsureEnclaveSigner<Runtime>;
}

impl runtime_common::BaseRuntimeRequirements for Runtime {}
Expand Down

0 comments on commit ac42ede

Please sign in to comment.