From e84787f1d47b48663511a42dec36a9ee8a69fee2 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Wed, 29 Nov 2023 12:48:36 +0300 Subject: [PATCH] Update system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs Co-authored-by: Branislav Kontur --- .../asset-hubs/asset-hub-polkadot/src/xcm_config.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs index 2badb447d4..d29563d9da 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs @@ -195,9 +195,6 @@ match_types! { pub type FellowshipSalaryPallet: impl Contains = { MultiLocation { parents: 1, interior: X2(Parachain(1001), PalletInstance(64)) } }; - pub type TreasuryPallet: impl Contains = { - MultiLocation { parents: 1, interior: X1(PalletInstance(polkadot_runtime_constants::TREASURY_PALLET_ID)) } - }; } /// A call filter for the XCM Transact instruction. This is a temporary measure until we properly