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

Dispatchable XCMs should translate to v0 #4062

Merged
merged 3 commits into from
Oct 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Westend's XCM WrapVersion
  • Loading branch information
gavofyork committed Oct 12, 2021

Verified

This commit was signed with the committer’s verified signature.
ockham Bernie Reiter
commit dd22572f479eae14880753f68d91f9e5423fdf86
2 changes: 1 addition & 1 deletion runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
@@ -958,7 +958,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! {