We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6728c1a commit 1a93d80Copy full SHA for 1a93d80
runtime/parallel/src/lib.rs
@@ -1439,7 +1439,7 @@ impl Config for XcmConfig {
1439
type Call = Call;
1440
type XcmSender = XcmRouter;
1441
// How to withdraw and deposit an asset.
1442
- type AssetTransactor = LocalAssetTransactor;
+ type AssetTransactor = AssetTransactors;
1443
type OriginConverter = XcmOriginToTransactDispatchOrigin;
1444
type IsReserve = MultiNativeAsset<AbsoluteReserveProvider>;
1445
// Teleporting is disabled.
0 commit comments