From a07efa7b5b83b9821631a9191e225a8c0bc42f0b Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Wed, 2 Oct 2024 18:40:50 +0800 Subject: [PATCH] chore: rm todos (#11400) --- crates/ethereum-forks/src/display.rs | 2 +- crates/node/builder/src/launch/exex.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/ethereum-forks/src/display.rs b/crates/ethereum-forks/src/display.rs index 98372ea30dba..fc606854caa2 100644 --- a/crates/ethereum-forks/src/display.rs +++ b/crates/ethereum-forks/src/display.rs @@ -58,7 +58,6 @@ impl core::fmt::Display for DisplayFork { } } -// Todo: This will result in dep cycle so currently commented out // # Examples // // ``` @@ -90,6 +89,7 @@ impl core::fmt::Display for DisplayFork { // - Paris @58750000000000000000000 (network is known to be merged) // Post-merge hard forks (timestamp based): // - Shanghai @1681338455 +// - Cancun @1710338135" /// ``` #[derive(Debug)] pub struct DisplayHardforks { diff --git a/crates/node/builder/src/launch/exex.rs b/crates/node/builder/src/launch/exex.rs index 233605ef867d..5441f393d3c9 100644 --- a/crates/node/builder/src/launch/exex.rs +++ b/crates/node/builder/src/launch/exex.rs @@ -107,7 +107,6 @@ impl ExExLauncher { // spawn exex manager debug!(target: "reth::cli", "spawning exex manager"); - // todo(onbjerg): rm magic number let exex_manager = ExExManager::new( components.provider().clone(), exex_handles,