Skip to content

Commit 1a93d80

Browse files
authored
fix xcm config (#1873)
1 parent 6728c1a commit 1a93d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/parallel/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ impl Config for XcmConfig {
14391439
type Call = Call;
14401440
type XcmSender = XcmRouter;
14411441
// How to withdraw and deposit an asset.
1442-
type AssetTransactor = LocalAssetTransactor;
1442+
type AssetTransactor = AssetTransactors;
14431443
type OriginConverter = XcmOriginToTransactDispatchOrigin;
14441444
type IsReserve = MultiNativeAsset<AbsoluteReserveProvider>;
14451445
// Teleporting is disabled.

0 commit comments

Comments
 (0)