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
6b474a44
Unverified
Commit
6b474a44
authored
Mar 15, 2021
by
Shawn Tabrizi
Committed by
GitHub
Mar 15, 2021
Browse files
Remove TODO from substrate#2986 (#2628)
parent
e6fcc2a9
Pipeline
#128662
passed with stages
in 39 minutes and 8 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
runtime/kusama/src/lib.rs
View file @
6b474a44
...
...
@@ -260,7 +260,6 @@ parameter_types! {
pub
const
UncleGenerations
:
u32
=
0
;
}
// TODO: substrate#2986 implement this properly
impl
pallet_authorship
::
Config
for
Runtime
{
type
FindAuthor
=
pallet_session
::
FindAccountFromAuthorIndex
<
Self
,
Babe
>
;
type
UncleGenerations
=
UncleGenerations
;
...
...
runtime/rococo/src/lib.rs
View file @
6b474a44
...
...
@@ -496,7 +496,6 @@ parameter_types! {
pub
const
UncleGenerations
:
u32
=
0
;
}
// TODO: substrate#2986 implement this properly
impl
pallet_authorship
::
Config
for
Runtime
{
type
FindAuthor
=
pallet_session
::
FindAccountFromAuthorIndex
<
Self
,
Babe
>
;
type
UncleGenerations
=
UncleGenerations
;
...
...
runtime/test-runtime/src/lib.rs
View file @
6b474a44
...
...
@@ -242,7 +242,6 @@ parameter_types! {
pub
storage
UncleGenerations
:
u32
=
0
;
}
// TODO: substrate#2986 implement this properly
impl
pallet_authorship
::
Config
for
Runtime
{
type
FindAuthor
=
pallet_session
::
FindAccountFromAuthorIndex
<
Self
,
Babe
>
;
type
UncleGenerations
=
UncleGenerations
;
...
...
runtime/westend/src/lib.rs
View file @
6b474a44
...
...
@@ -264,7 +264,6 @@ parameter_types! {
pub
const
UncleGenerations
:
u32
=
0
;
}
// TODO: substrate#2986 implement this properly
impl
pallet_authorship
::
Config
for
Runtime
{
type
FindAuthor
=
pallet_session
::
FindAccountFromAuthorIndex
<
Self
,
Babe
>
;
type
UncleGenerations
=
UncleGenerations
;
...
...
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