Companion: Remove uncles related code (#2126)

* Companion: Remove `uncles` related code

https://github.com/paritytech/substrate/pull/13216

* update lockfile for {"polkadot", "substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2023-01-29 23:17:24 +01:00
committed by GitHub
parent fd89a5bb97
commit 9b1ef63f4b
13 changed files with 272 additions and 309 deletions
-2
View File
@@ -228,8 +228,6 @@ mod tests {
impl pallet_authorship::Config for Test {
type FindAuthor = OneAuthor;
type UncleGenerations = ();
type FilterUncle = ();
type EventHandler = ();
}