mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
improve comment
This commit is contained in:
@@ -335,7 +335,7 @@ pub struct MultiproofManager {
|
||||
/// a big account change into different chunks, which may repeatedly
|
||||
/// revisit missed leaves.
|
||||
missed_leaves_storage_roots: Arc<DashMap<B256, B256>>,
|
||||
/// Sender for proof results (passed directly to workers)
|
||||
/// Channel sender for receiving computed multiproof results from worker pools.
|
||||
proof_result_tx: CrossbeamSender<ProofResultMessage>,
|
||||
/// Metrics
|
||||
metrics: MultiProofTaskMetrics,
|
||||
|
||||
Reference in New Issue
Block a user