Skip to content

Commit

Permalink
chore: use direct link to threshold docs (#9284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jul 3, 2024
1 parent 4dc832a commit 5ccff2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stages/stages/src/stages/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl<E> ExecutionStage<E> {

/// 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,
Expand Down

0 comments on commit 5ccff2a

Please sign in to comment.