Skip to content

Commit

Permalink
fix: respect disable_block_gas_limit config key (#9732)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
klkvr authored Jan 21, 2025
1 parent 423644e commit 75462d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/common/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ pub struct EnvArgs {

/// Whether to disable the block gas limit checks.
#[arg(long, visible_alias = "no-gas-limit")]
#[serde(skip_serializing_if = "std::ops::Not::not")]
pub disable_block_gas_limit: bool,
}

Expand Down

0 comments on commit 75462d9

Please sign in to comment.