diff --git a/crates/stages/stages/src/stages/execution.rs b/crates/stages/stages/src/stages/execution.rs index 556c5f7eb5e5..a2ee50a606d6 100644 --- a/crates/stages/stages/src/stages/execution.rs +++ b/crates/stages/stages/src/stages/execution.rs @@ -107,7 +107,7 @@ impl ExecutionStage { /// Create an execution stage with the provided executor. /// - /// The commit threshold will be set to `10_000`. + /// The commit threshold will be set to [`MERKLE_STAGE_DEFAULT_CLEAN_THRESHOLD`]. pub fn new_with_executor(executor_provider: E) -> Self { Self::new( executor_provider,