mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
docs
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user