Conpanion for Substrate#7127 (#1865)

* Conpanion for Substrate#7127

* Use sp_session::OneSessionHandler

* .

* Fix pallet_session::OneSessionHandler

* OneSessionHandler is in frame_support now

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Liu-Cheng Xu
2021-02-03 01:05:42 +08:00
committed by GitHub
parent d4fdbf7db9
commit d353c76e26
9 changed files with 152 additions and 150 deletions
+1
View File
@@ -626,6 +626,7 @@ parameter_types! {
impl pallet_im_online::Config for Runtime {
type AuthorityId = ImOnlineId;
type Event = Event;
type ValidatorSet = Historical;
type ReportUnresponsiveness = Offences;
type SessionDuration = SessionDuration;
type UnsignedPriority = ImOnlineUnsignedPriority;