mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Add events for hrmp pallet. (#2532)
* Add events for hrmp pallet. * Apply review suggestions.
This commit is contained in:
@@ -49,7 +49,7 @@ frame_support::construct_runtime!(
|
||||
Initializer: initializer::{Module, Call, Storage},
|
||||
Dmp: dmp::{Module, Call, Storage},
|
||||
Ump: ump::{Module, Call, Storage},
|
||||
Hrmp: hrmp::{Module, Call, Storage},
|
||||
Hrmp: hrmp::{Module, Call, Storage, Event},
|
||||
SessionInfo: session_info::{Module, Call, Storage},
|
||||
}
|
||||
);
|
||||
@@ -126,6 +126,7 @@ impl crate::ump::Config for Test {
|
||||
}
|
||||
|
||||
impl crate::hrmp::Config for Test {
|
||||
type Event = Event;
|
||||
type Origin = Origin;
|
||||
type Currency = pallet_balances::Module<Test>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user