From 2ca2c39773df2a98cb298069e7a48ff3bad1b62a Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Thu, 26 Dec 2024 17:53:50 +0100 Subject: [PATCH] Update bin/reth/src/main.rs Co-authored-by: Roman Krasiuk --- bin/reth/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reth/src/main.rs b/bin/reth/src/main.rs index dac27af07843c..eff5d3635600a 100644 --- a/bin/reth/src/main.rs +++ b/bin/reth/src/main.rs @@ -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, }