diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 2ad04f1b0671..6bcbbfe390fb 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -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 {