Skip to content

Commit

Permalink
fix arg required name
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Nov 5, 2024
1 parent dc3d9bd commit 4581f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub struct Cli {
pub dev_system_contracts: Option<DevSystemContracts>,

/// Enables EVM emulation. Currently, this requires local system contracts because there is no canonical EVM interpreter released yet.
#[arg(long, requires = "dev-system-contracts")]
#[arg(long, requires = "dev_system_contracts")]
pub emulate_evm: bool,

/// Log filter level - default: info
Expand Down

0 comments on commit 4581f02

Please sign in to comment.