From 5fee77121162400454211cc675e63bad4639e913 Mon Sep 17 00:00:00 2001 From: Frederik Gartenmeister Date: Fri, 24 May 2024 11:25:38 +0200 Subject: [PATCH] fix: not needed where clause --- runtime/common/src/pool.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/common/src/pool.rs b/runtime/common/src/pool.rs index 4134b72376..6ab2c8ccb9 100644 --- a/runtime/common/src/pool.rs +++ b/runtime/common/src/pool.rs @@ -24,9 +24,6 @@ impl< Role = Role, > + pallet_pool_system::Config, > EnsureOriginWithArg for LiquidityAndPoolAdminOrRoot -where - ::RuntimeOrigin: From::AccountId>> - + Into::AccountId>, T::RuntimeOrigin>>, { type Success = ();