mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01: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 ReportUnresponsiveness = Offences;
|
||||
type SessionDuration = SessionDuration;
|
||||
type UnsignedPriority = StakingUnsignedPriority;
|
||||
type UnsignedPriority = ImOnlineUnsignedPriority;
|
||||
}
|
||||
|
||||
impl grandpa::Trait for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user