chore(cli): remove unused debug.tip argument from execution debug script (#4183)

This commit is contained in:
Roman Krasiuk
2023-08-14 12:23:08 +03:00
committed by GitHub
parent 84625e4a8c
commit c9bb6216cd

View File

@@ -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,