From 6b474a4427accdcaca1d634d3cb7087b5b2ceec7 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Mon, 15 Mar 2021 14:36:34 -0400 Subject: [PATCH] Remove TODO from substrate#2986 (#2628) --- runtime/kusama/src/lib.rs | 1 - runtime/rococo/src/lib.rs | 1 - runtime/test-runtime/src/lib.rs | 1 - runtime/westend/src/lib.rs | 1 - 4 files changed, 4 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 739dcdcd1478..b908ea9d8a3b 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -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; type UncleGenerations = UncleGenerations; diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 35f1942d83b6..da66665fc404 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -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; type UncleGenerations = UncleGenerations; diff --git a/runtime/test-runtime/src/lib.rs b/runtime/test-runtime/src/lib.rs index dafde1d74ed5..e76a08186c4a 100644 --- a/runtime/test-runtime/src/lib.rs +++ b/runtime/test-runtime/src/lib.rs @@ -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; type UncleGenerations = UncleGenerations; diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index a5a75ccdb092..955d5dd8ee5a 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -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; type UncleGenerations = UncleGenerations;