Add events for hrmp pallet. (#2532)

* Add events for hrmp pallet.

* Apply review suggestions.
This commit is contained in:
Shaun Wang
2021-02-27 15:04:14 +13:00
committed by GitHub
parent 44bba9531d
commit 77549ca910
5 changed files with 56 additions and 15 deletions
+2
View File
@@ -483,6 +483,7 @@ impl parachains_ump::Config for Runtime {
}
impl parachains_hrmp::Config for Runtime {
type Event = Event;
type Origin = Origin;
type Currency = Balances;
}
@@ -533,6 +534,7 @@ construct_runtime! {
Scheduler: parachains_scheduler::{Module, Call, Storage},
ParasSudoWrapper: paras_sudo_wrapper::{Module, Call},
SessionInfo: parachains_session_info::{Module, Call, Storage},
Hrmp: parachains_hrmp::{Module, Call, Storage, Event},
Sudo: pallet_sudo::{Module, Call, Storage, Config<T>, Event<T>},
}