Remove TODO from substrate#2986 (#2628)

This commit is contained in:
Shawn Tabrizi
2021-03-15 14:36:34 -04:00
committed by GitHub
parent 0dba55b507
commit b65ca6bab6
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -260,7 +260,6 @@ parameter_types! {
pub const UncleGenerations: u32 = 0; pub const UncleGenerations: u32 = 0;
} }
// TODO: substrate#2986 implement this properly
impl pallet_authorship::Config for Runtime { impl pallet_authorship::Config for Runtime {
type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>; type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>;
type UncleGenerations = UncleGenerations; type UncleGenerations = UncleGenerations;
-1
View File
@@ -496,7 +496,6 @@ parameter_types! {
pub const UncleGenerations: u32 = 0; pub const UncleGenerations: u32 = 0;
} }
// TODO: substrate#2986 implement this properly
impl pallet_authorship::Config for Runtime { impl pallet_authorship::Config for Runtime {
type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>; type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>;
type UncleGenerations = UncleGenerations; type UncleGenerations = UncleGenerations;
-1
View File
@@ -242,7 +242,6 @@ parameter_types! {
pub storage UncleGenerations: u32 = 0; pub storage UncleGenerations: u32 = 0;
} }
// TODO: substrate#2986 implement this properly
impl pallet_authorship::Config for Runtime { impl pallet_authorship::Config for Runtime {
type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>; type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>;
type UncleGenerations = UncleGenerations; type UncleGenerations = UncleGenerations;
-1
View File
@@ -264,7 +264,6 @@ parameter_types! {
pub const UncleGenerations: u32 = 0; pub const UncleGenerations: u32 = 0;
} }
// TODO: substrate#2986 implement this properly
impl pallet_authorship::Config for Runtime { impl pallet_authorship::Config for Runtime {
type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>; type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>;
type UncleGenerations = UncleGenerations; type UncleGenerations = UncleGenerations;