Skip to content

Commit

Permalink
chore: rm todos (#11400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored Oct 2, 2024
1 parent 8d3a03a commit a07efa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crates/ethereum-forks/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ impl core::fmt::Display for DisplayFork {
}
}

// Todo: This will result in dep cycle so currently commented out
// # Examples
//
// ```
Expand Down Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion crates/node/builder/src/launch/exex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a07efa7

Please sign in to comment.