From 78d8482dac2889f9c93fbb2ee843add05cfb1201 Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Tue, 1 Jun 2021 22:29:35 +0200 Subject: [PATCH] use the Barrier type in XcmConfig (#3154) --- polkadot/runtime/westend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index aa198eae01..5e43a9c407 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -913,7 +913,7 @@ impl xcm_executor::Config for XcmConfig { type IsReserve = (); type IsTeleporter = TrustedTeleporters; type LocationInverter = LocationInverter; - type Barrier = (); + type Barrier = Barrier; type Weigher = FixedWeightBounds; type Trader = UsingComponents>; type ResponseHandler = ();