chore: use direct link to threshold docs (#9284)

This commit is contained in:
Dan Cline
2024-07-03 17:45:11 -04:00
committed by GitHub
parent 4dc832ab00
commit 5ccff2a6fa

View File

@@ -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,