mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Fix unsigned priority of im-online @ kusama. (#1068)
This commit is contained in:
@@ -485,7 +485,7 @@ impl im_online::Trait for Runtime {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type ReportUnresponsiveness = Offences;
|
type ReportUnresponsiveness = Offences;
|
||||||
type SessionDuration = SessionDuration;
|
type SessionDuration = SessionDuration;
|
||||||
type UnsignedPriority = StakingUnsignedPriority;
|
type UnsignedPriority = ImOnlineUnsignedPriority;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl grandpa::Trait for Runtime {
|
impl grandpa::Trait for Runtime {
|
||||||
|
|||||||
Reference in New Issue
Block a user