Skip to content

Commit

Permalink
Update bin/reth/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Krasiuk <[email protected]>
  • Loading branch information
fgimenez and rkrasiuk authored Dec 26, 2024
1 parent 8a21800 commit 2ca2c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reth/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct EngineArgs {
pub memory_block_buffer_target: u64,

/// Enable state root task
#[arg(long = "engine.state-root-task", conflicts_with = "legacy", default_value = "false")]
#[arg(long = "engine.state-root-task", conflicts_with = "legacy")]
pub state_root_task: bool,
}

Expand Down

0 comments on commit 2ca2c39

Please sign in to comment.