mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm todos (#11400)
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user