From c9bb6216cdcb7991aa1c4b339075879b2b0c498f Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Mon, 14 Aug 2023 12:23:08 +0300 Subject: [PATCH] chore(cli): remove unused `debug.tip` argument from execution debug script (#4183) --- bin/reth/src/debug_cmd/execution.rs | 6 ------ 1 file changed, 6 deletions(-) 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,