chore: rm todos (#11400)

This commit is contained in:
nk_ysg
2024-10-02 18:40:50 +08:00
committed by GitHub
parent 8d3a03a3b9
commit a07efa7b5b
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -107,7 +107,6 @@ impl<Node: FullNodeComponents + Clone> ExExLauncher<Node> {
// 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,