This commit is contained in:
Brian Picciano
2025-11-13 16:37:39 +01:00
parent d8b7d06601
commit 468a3f49ce
2 changed files with 2 additions and 2 deletions

View File

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

View File

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