mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 16:48:13 -05:00
chore(cli): remove unused debug.tip argument from execution debug script (#4183)
This commit is contained in:
@@ -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<H256>,
|
||||
|
||||
/// The maximum block height.
|
||||
#[arg(long)]
|
||||
pub to: u64,
|
||||
|
||||
Reference in New Issue
Block a user