Hook up XcmHandler to the system module (#381)

This commit is contained in:
Sergei Shulepov
2021-03-30 10:26:10 +02:00
committed by GitHub
parent 4d680a5107
commit 042a9c969b
+2 -2
View File
@@ -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 {}