Skip to content

Commit

Permalink
Removev CallDispatcher from config
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh committed Sep 26, 2022
1 parent b508c3d commit c27accd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion precompiles/xcm-utils/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ impl xcm_executor::Config for XcmConfig {
type SubscriptionService = ();
type AssetTrap = ();
type AssetClaims = ();
type CallDispatcher = Call;
}

pub(crate) struct ExtBuilder {}
Expand Down
1 change: 0 additions & 1 deletion precompiles/xtokens/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ impl xcm_executor::Config for XcmConfig {
type SubscriptionService = ();
type AssetTrap = ();
type AssetClaims = ();
type CallDispatcher = Call;
}

#[derive(Clone, Eq, Debug, PartialEq, Ord, PartialOrd, Encode, Decode, TypeInfo)]
Expand Down

0 comments on commit c27accd

Please sign in to comment.