mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Hook up XcmHandler to the system module (#381)
This commit is contained in:
@@ -233,8 +233,8 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type OnValidationData = ();
|
type OnValidationData = ();
|
||||||
type SelfParaId = parachain_info::Module<Runtime>;
|
type SelfParaId = parachain_info::Module<Runtime>;
|
||||||
type DownwardMessageHandlers = ();
|
type DownwardMessageHandlers = XcmHandler;
|
||||||
type HrmpMessageHandlers = ();
|
type HrmpMessageHandlers = XcmHandler;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl parachain_info::Config for Runtime {}
|
impl parachain_info::Config for Runtime {}
|
||||||
|
|||||||
Reference in New Issue
Block a user