diff --git a/crates/engine/tree/src/tree/payload_processor/mod.rs b/crates/engine/tree/src/tree/payload_processor/mod.rs index cec250a085..193261aab2 100644 --- a/crates/engine/tree/src/tree/payload_processor/mod.rs +++ b/crates/engine/tree/src/tree/payload_processor/mod.rs @@ -199,7 +199,7 @@ where /// /// /// This returns a handle to await the final state root and to interact with the tasks (e.g. - /// canceling). Once the state root has been obtained [`Self::cleanup`] should be called. + /// canceling). Once the state root has been obtained `Self::cleanup` should be called. #[allow(clippy::type_complexity)] #[instrument( level = "debug", diff --git a/crates/engine/tree/src/tree/payload_processor/multiproof.rs b/crates/engine/tree/src/tree/payload_processor/multiproof.rs index 8a0f2e4ddf..1fcf5ed671 100644 --- a/crates/engine/tree/src/tree/payload_processor/multiproof.rs +++ b/crates/engine/tree/src/tree/payload_processor/multiproof.rs @@ -312,7 +312,7 @@ impl MultiproofInput { /// # Flow /// 1. `MultiProofTask` asks the manager to dispatch either storage or account proof work. /// 2. The manager builds the request, clones `proof_result_tx`, and hands everything to -/// [`ProofWorkerHandle`]. +/// [`ProofWorkerDispatcher`]. /// 3. A worker finishes the proof and sends a [`ProofResultMessage`] through the channel included /// in the job. /// 4. `MultiProofTask` consumes the message from the same channel and sequences it with