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;
}
// TODO: substrate#2986 implement this properly
impl pallet_authorship::Config for Runtime {
type FindAuthor = pallet_session::FindAccountFromAuthorIndex<Self, Babe>;
type UncleGenerations = UncleGenerations;