Skip to content

Commit

Permalink
[runtime] fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 17, 2024
1 parent a16958c commit 6a90c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/bajun/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ parameter_types! {
pub const RelayNetwork: Option<NetworkId> = 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();
}

Expand Down

0 comments on commit 6a90c6f

Please sign in to comment.