mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Dispatchable XCMs should translate to v0 (#4062)
* Dispatchable XCMs should translate to v0 * Formatting * Update Westend's XCM WrapVersion
This commit is contained in:
@@ -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! {
|
||||
|
||||
Reference in New Issue
Block a user