Disable asset transfers on Statemint (against master branch) (#838)

* Disable asset transfers on Statemint

* Fixup
This commit is contained in:
Keith Yeung
2021-12-15 17:05:16 -08:00
committed by GitHub
parent 81867735ee
commit 7aa1727bbd
@@ -594,8 +594,8 @@ impl pallet_xcm::Config for Runtime {
type ExecuteXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;
type XcmExecuteFilter = Nothing;
type XcmExecutor = XcmExecutor<XcmConfig>;
type XcmTeleportFilter = Everything;
type XcmReserveTransferFilter = Everything;
type XcmTeleportFilter = Nothing;
type XcmReserveTransferFilter = Nothing;
type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
type LocationInverter = LocationInverter<Ancestry>;
type Origin = Origin;