Skip to content

Commit

Permalink
minor fix (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Oct 11, 2021
1 parent 7e6cd6f commit c4926c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/asgard/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ match_type! {
pub type Barrier = (
TakeWeightCredit,
AllowTopLevelPaidExecutionFrom<Everything>,
BifrostXcmTransactFilter<ParentOrParentsExecutivePlurality>,
BifrostXcmTransactFilter<Everything>,
);

pub type BifrostAssetTransactor = MultiCurrencyAdapter<
Expand Down
2 changes: 1 addition & 1 deletion runtime/bifrost/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ match_type! {
pub type Barrier = (
TakeWeightCredit,
AllowTopLevelPaidExecutionFrom<Everything>,
BifrostXcmTransactFilter<ParentOrParentsExecutivePlurality>,
BifrostXcmTransactFilter<Everything>,
);

pub type BifrostAssetTransactor = MultiCurrencyAdapter<
Expand Down

0 comments on commit c4926c6

Please sign in to comment.