Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Companion for paritytech/substrate#11631 #1363

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

KiChjang
Copy link
Contributor

No description provided.

@@ -42,7 +42,8 @@ use xcm_executor::{traits::JustTry, XcmExecutor};

parameter_types! {
pub const WestendLocation: MultiLocation = MultiLocation::parent();
pub RelayNetwork: NetworkId = NetworkId::Named(b"Westend".to_vec());
pub RelayNetwork: NetworkId =
NetworkId::Named(b"Westend".to_vec().try_into().expect("less than length limit; qed"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bounded_vec macro may be able to do this a bit smother.

@shawntabrizi
Copy link
Member

bot merge

@paritytech-processbot paritytech-processbot bot merged commit 49fc743 into master Jun 16, 2022
@paritytech-processbot paritytech-processbot bot deleted the kckyeung/mel-referenda-cv-companion branch June 16, 2022 17:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
B0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants