Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Sep 16, 2024
1 parent a819800 commit 090f3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/tree/src/tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ pub struct EngineApiTreeHandler<P, E, T: EngineTypes> {
metrics: EngineApiMetrics,
/// An invalid block hook.
invalid_block_hook: Box<dyn InvalidBlockHook>,
/// Task spwaner for state root calculations.
/// Task spawner for state root calculations.
state_root_task_spawner: Box<dyn TaskSpawner>,
/// Blocking task pool used during state root calculations.
blocking_task_pool: BlockingTaskPool,
Expand Down

0 comments on commit 090f3f9

Please sign in to comment.