Skip to content

Commit

Permalink
fix xcm config (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mclyk authored Sep 14, 2022
1 parent 6728c1a commit 1a93d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parallel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ impl Config for XcmConfig {
type Call = Call;
type XcmSender = XcmRouter;
// How to withdraw and deposit an asset.
type AssetTransactor = LocalAssetTransactor;
type AssetTransactor = AssetTransactors;
type OriginConverter = XcmOriginToTransactDispatchOrigin;
type IsReserve = MultiNativeAsset<AbsoluteReserveProvider>;
// Teleporting is disabled.
Expand Down

0 comments on commit 1a93d80

Please sign in to comment.