From f33466c4f630233c657b6d509ef9dbea0570a662 Mon Sep 17 00:00:00 2001 From: Vlad Proshchavaiev <32250097+F3Joule@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:27:38 +0200 Subject: [PATCH] Fix build --- runtime/src/xcm_config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/src/xcm_config.rs b/runtime/src/xcm_config.rs index cb7fa57a..e5d323da 100644 --- a/runtime/src/xcm_config.rs +++ b/runtime/src/xcm_config.rs @@ -34,6 +34,8 @@ parameter_types! { pub const RelayNetwork: NetworkId = NetworkId::Polkadot; pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); pub UniversalLocation: InteriorMultiLocation = X2(GlobalConsensus(RelayNetwork::get()), Parachain(ParachainInfo::parachain_id().into())); + + pub CheckAccount: AccountId = PolkadotXcm::check_account(); } /// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used