Dispatchable XCMs should translate to v0 (#4062)

* Dispatchable XCMs should translate to v0

* Formatting

* Update Westend's XCM WrapVersion
This commit is contained in:
Gavin Wood
2021-10-12 15:35:10 +02:00
committed by GitHub
parent 67032af69f
commit 533cdb6e7c
6 changed files with 54 additions and 21 deletions
+1 -1
View File
@@ -1323,7 +1323,7 @@ parameter_types! {
/// 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! {