We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5174626 commit 45db6e1Copy full SHA for 45db6e1
runtime/src/lib.rs
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
99
spec_name: create_runtime_str!("kusama"),
100
impl_name: create_runtime_str!("parity-kusama"),
101
authoring_version: 1,
102
- spec_version: 1011,
+ spec_version: 1012,
103
impl_version: 0,
104
apis: RUNTIME_API_VERSIONS,
105
};
@@ -437,7 +437,7 @@ impl im_online::Trait for Runtime {
437
type Event = Event;
438
type Call = Call;
439
type SubmitTransaction = SubmitTransaction;
440
- type ReportUnresponsiveness = ();
+ type ReportUnresponsiveness = Offences;
441
}
442
443
impl grandpa::Trait for Runtime {
0 commit comments