From 6a90c6f3c136b450992a1f2249a2fd1fe4bf595d Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Sat, 17 Feb 2024 09:09:42 +0900 Subject: [PATCH] [runtime] fix comment --- runtime/bajun/src/xcm_config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/bajun/src/xcm_config.rs b/runtime/bajun/src/xcm_config.rs index dfca6a2..a2a8d55 100644 --- a/runtime/bajun/src/xcm_config.rs +++ b/runtime/bajun/src/xcm_config.rs @@ -29,8 +29,8 @@ parameter_types! { pub const RelayNetwork: Option = None; pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); - // Potential KSM teleporter account, we don't teleport yet, but who knows. If we also have a - // convenience dex at some time on Ajuna, we want to have it. + // Potential KSM teleporter account, we don't teleport (yet). If we also have a + // convenience DEX for KSM<>BAJUN at some point, we want to teleport. pub CheckingAccount: AccountId = PolkadotXcm::check_account(); }