use the Barrier type in XcmConfig (#3154)

This commit is contained in:
Alexander Popiak
2021-06-01 22:29:35 +02:00
committed by GitHub
parent e6881457b8
commit 78d8482dac
+1 -1
View File
@@ -913,7 +913,7 @@ impl xcm_executor::Config for XcmConfig {
type IsReserve = (); type IsReserve = ();
type IsTeleporter = TrustedTeleporters; type IsTeleporter = TrustedTeleporters;
type LocationInverter = LocationInverter<Ancestry>; type LocationInverter = LocationInverter<Ancestry>;
type Barrier = (); type Barrier = Barrier;
type Weigher = FixedWeightBounds<BaseXcmWeight, Call>; type Weigher = FixedWeightBounds<BaseXcmWeight, Call>;
type Trader = UsingComponents<WeightToFee, WndLocation, AccountId, Balances, ToAuthor<Runtime>>; type Trader = UsingComponents<WeightToFee, WndLocation, AccountId, Balances, ToAuthor<Runtime>>;
type ResponseHandler = (); type ResponseHandler = ();