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 = ();