diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 4b883ddb2e7917f8b43d2b2a43a8402eedf9abe8..d90e2efcc823543f4a3dbee9d42940d85b6afe1c 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -1418,8 +1418,8 @@ impl pallet_xcm::Config for Runtime { // ...but they must match our filter, which rejects all. type XcmExecuteFilter = Nothing; type XcmExecutor = XcmExecutor<XcmConfig>; - type XcmTeleportFilter = Everything; - type XcmReserveTransferFilter = Everything; + type XcmTeleportFilter = Nothing; + type XcmReserveTransferFilter = Nothing; type Weigher = FixedWeightBounds<BaseXcmWeight, Call, MaxInstructions>; type LocationInverter = LocationInverter<Ancestry>; type Origin = Origin;