Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
45db6e15
Commit
45db6e15
authored
Nov 02, 2019
by
Gavin Wood
Committed by
Bastian Köcher
Nov 02, 2019
Browse files
im-online module should report offences (#527)
* im-online module should report offences * Bump runtime
parent
51746268
Pipeline
#55955
passed with stages
in 12 minutes and 40 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
runtime/src/lib.rs
View file @
45db6e15
...
...
@@ -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
:
101
1
,
spec_version
:
101
2
,
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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment