From 5492a05f58ed634619634dfc3492f4d653a30c63 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Wed, 29 Nov 2023 12:48:27 +0300 Subject: [PATCH] Update system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs Co-authored-by: Branislav Kontur --- system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs index 4c4d9c19d4..802e7c5e9a 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs @@ -462,7 +462,7 @@ pub type Barrier = TrailingSetTopicAsId< AllowTopLevelPaidExecutionFrom, // Parent, its pluralities (i.e. governance bodies) and parent's treasury // pallet get free execution. - AllowExplicitUnpaidExecutionFrom<(ParentOrParentsPlurality, TreasuryPallet)>, + AllowExplicitUnpaidExecutionFrom<(ParentOrParentsPlurality, Equals)>, // Subscriptions for version tracking are OK. AllowSubscriptionsFrom, ),