From c1a1894cf4206a3fc28c264c2cdc974faf938b8e Mon Sep 17 00:00:00 2001 From: yrong1997 Date: Fri, 15 Oct 2021 09:56:24 +0800 Subject: [PATCH] Remove Xcm Transact --- runtime/bifrost/src/lib.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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,