Skip to content
Snippets Groups Projects
Commit 615c58f3 authored by Gavin Wood's avatar Gavin Wood Committed by Bastian Köcher
Browse files

im-online module should report offences (#527)

* im-online module should report offences

* Bump runtime
parent 848784e8
No related merge requests found
......@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 1,
spec_version: 1011,
spec_version: 1012,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
......@@ -437,7 +437,7 @@ impl im_online::Trait for Runtime {
type Event = Event;
type Call = Call;
type SubmitTransaction = SubmitTransaction;
type ReportUnresponsiveness = ();
type ReportUnresponsiveness = Offences;
}
impl grandpa::Trait for Runtime {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment