Skip to content

Commit 45db6e1

Browse files
gavofyorkbkchr
authored andcommitted
im-online module should report offences (paritytech#527)
* im-online module should report offences * Bump runtime
1 parent 5174626 commit 45db6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9999
spec_name: create_runtime_str!("kusama"),
100100
impl_name: create_runtime_str!("parity-kusama"),
101101
authoring_version: 1,
102-
spec_version: 1011,
102+
spec_version: 1012,
103103
impl_version: 0,
104104
apis: RUNTIME_API_VERSIONS,
105105
};
@@ -437,7 +437,7 @@ impl im_online::Trait for Runtime {
437437
type Event = Event;
438438
type Call = Call;
439439
type SubmitTransaction = SubmitTransaction;
440-
type ReportUnresponsiveness = ();
440+
type ReportUnresponsiveness = Offences;
441441
}
442442

443443
impl grandpa::Trait for Runtime {

0 commit comments

Comments
 (0)