Skip to content

Commit

Permalink
Update system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Branislav Kontur <[email protected]>
  • Loading branch information
svyatonik and bkontur authored Nov 29, 2023
1 parent 893bbb9 commit 5492a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ pub type Barrier = TrailingSetTopicAsId<
AllowTopLevelPaidExecutionFrom<Everything>,
// Parent, its pluralities (i.e. governance bodies) and parent's treasury
// pallet get free execution.
AllowExplicitUnpaidExecutionFrom<(ParentOrParentsPlurality, TreasuryPallet)>,
AllowExplicitUnpaidExecutionFrom<(ParentOrParentsPlurality, Equals<RelayTreasuryLocation>)>,
// Subscriptions for version tracking are OK.
AllowSubscriptionsFrom<ParentOrSiblings>,
),
Expand Down

0 comments on commit 5492a05

Please sign in to comment.