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

Commit

Permalink
Update Westend's XCM WrapVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Oct 12, 2021
1 parent c594586 commit eb9f107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9110,
spec_version: 9111,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
Expand Down Expand Up @@ -961,7 +961,7 @@ type LocalOriginConverter = (
/// individual routers.
pub type XcmRouter = (
// Only one router so far - use DMP to communicate with child parachains.
xcm_sender::ChildParachainRouter<Runtime, xcm::AlwaysRelease>,
xcm_sender::ChildParachainRouter<Runtime, XcmPallet>,
);

parameter_types! {
Expand Down

0 comments on commit eb9f107

Please sign in to comment.