mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
im-online module should report offences (#527)
* im-online module should report offences * Bump runtime
This commit is contained in:
committed by
Bastian Köcher
parent
848784e8ec
commit
615c58f379
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("kusama"),
|
spec_name: create_runtime_str!("kusama"),
|
||||||
impl_name: create_runtime_str!("parity-kusama"),
|
impl_name: create_runtime_str!("parity-kusama"),
|
||||||
authoring_version: 1,
|
authoring_version: 1,
|
||||||
spec_version: 1011,
|
spec_version: 1012,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
};
|
};
|
||||||
@@ -437,7 +437,7 @@ impl im_online::Trait for Runtime {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type Call = Call;
|
type Call = Call;
|
||||||
type SubmitTransaction = SubmitTransaction;
|
type SubmitTransaction = SubmitTransaction;
|
||||||
type ReportUnresponsiveness = ();
|
type ReportUnresponsiveness = Offences;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl grandpa::Trait for Runtime {
|
impl grandpa::Trait for Runtime {
|
||||||
|
|||||||
Reference in New Issue
Block a user