From ac42ede0511b2dee3dc66762930a50b18f10fe96 Mon Sep 17 00:00:00 2001 From: Francisco Silva Date: Thu, 19 Sep 2024 13:14:15 +0200 Subject: [PATCH] fixing clippy issues (#3076) --- runtime/paseo/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/paseo/src/lib.rs b/runtime/paseo/src/lib.rs index f80bc095ec..7121e83eb1 100644 --- a/runtime/paseo/src/lib.rs +++ b/runtime/paseo/src/lib.rs @@ -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; } impl runtime_common::BaseRuntimeRequirements for Runtime {}