diff --git a/bin/reth/src/debug_cmd/execution.rs b/bin/reth/src/debug_cmd/execution.rs index 4cbe6848c2..3550413897 100644 --- a/bin/reth/src/debug_cmd/execution.rs +++ b/bin/reth/src/debug_cmd/execution.rs @@ -78,12 +78,6 @@ pub struct Command { #[clap(flatten)] db: DatabaseArgs, - /// Set the chain tip manually for testing purposes. - /// - /// NOTE: This is a temporary flag - #[arg(long = "debug.tip", help_heading = "Debug")] - pub tip: Option, - /// The maximum block height. #[arg(long)] pub to: u64,