diff --git a/runtime/bifrost/src/lib.rs b/runtime/bifrost/src/lib.rs index 748cae1a09..ae9315a8e5 100644 --- a/runtime/bifrost/src/lib.rs +++ b/runtime/bifrost/src/lib.rs @@ -706,11 +706,7 @@ match_type! { }; } -pub type Barrier = ( - TakeWeightCredit, - AllowTopLevelPaidExecutionFrom, - BifrostXcmTransactFilter, -); +pub type Barrier = (TakeWeightCredit, AllowTopLevelPaidExecutionFrom); pub type BifrostAssetTransactor = MultiCurrencyAdapter< Currencies,