Skip to content
Snippets Groups Projects
Commit 042a9c96 authored by Sergey Pepyakin's avatar Sergey Pepyakin Committed by GitHub
Browse files

Hook up XcmHandler to the system module (#381)

parent 4d680a51
No related merge requests found
......@@ -233,8 +233,8 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
type Event = Event;
type OnValidationData = ();
type SelfParaId = parachain_info::Module<Runtime>;
type DownwardMessageHandlers = ();
type HrmpMessageHandlers = ();
type DownwardMessageHandlers = XcmHandler;
type HrmpMessageHandlers = XcmHandler;
}
impl parachain_info::Config for Runtime {}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment