mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Remove TODO from substrate#2986 (#2628)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user