Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Oct 11, 2024
1 parent a4c5351 commit 44f2130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/core/src/args/payload_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct PayloadBuilderArgs {
pub extradata: String,

/// Target gas ceiling for built blocks.
#[arg(long = "builder.gaslimit", value_name = "GAS_LIMIT")]
#[arg(long = "builder.gaslimit", value_name = "GAS_LIMIT", default_value = "0")]
pub max_gas_limit: u64,

/// EIP-7783 initial block gas limit.
Expand Down

0 comments on commit 44f2130

Please sign in to comment.