Fix unsigned priority of im-online @ kusama. (#1068)

This commit is contained in:
Tomasz Drwięga
2020-05-05 17:41:02 +02:00
committed by GitHub
parent 2abee92f89
commit 7703130e6e
+1 -1
View File
@@ -485,7 +485,7 @@ impl im_online::Trait for Runtime {
type Event = Event;
type ReportUnresponsiveness = Offences;
type SessionDuration = SessionDuration;
type UnsignedPriority = StakingUnsignedPriority;
type UnsignedPriority = ImOnlineUnsignedPriority;
}
impl grandpa::Trait for Runtime {