Skip to content

Commit

Permalink
fix: not needed where clause
Browse files Browse the repository at this point in the history
  • Loading branch information
mustermeiszer committed May 24, 2024
1 parent b831f99 commit 5fee771
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/common/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ impl<
Role = Role<T::TrancheId>,
> + pallet_pool_system::Config,
> EnsureOriginWithArg<T::RuntimeOrigin, T::PoolId> for LiquidityAndPoolAdminOrRoot<T>
where
<T as frame_system::Config>::RuntimeOrigin: From<RawOrigin<<T as frame_system::Config>::AccountId>>
+ Into<Result<RawOrigin<<T as frame_system::Config>::AccountId>, T::RuntimeOrigin>>,
{
type Success = ();

Expand Down

0 comments on commit 5fee771

Please sign in to comment.