im-online module should report offences (#527)

* im-online module should report offences

* Bump runtime
This commit is contained in:
Gavin Wood
2019-11-02 15:46:48 +00:00
committed by Bastian Köcher
parent 848784e8ec
commit 615c58f379
+2 -2
View File
@@ -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 {