mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
Update crates/trie/parallel/src/proof_task.rs
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
@@ -371,8 +371,7 @@ where
|
||||
max_concurrency,
|
||||
total_transactions: 0,
|
||||
pending_tasks: VecDeque::new(),
|
||||
proof_task_txs: Vec::with_capacity(max_concurrency), /* used for on-demand account
|
||||
* trie operations */
|
||||
proof_task_txs: Vec::with_capacity(max_concurrency),
|
||||
view,
|
||||
task_ctx,
|
||||
executor,
|
||||
|
||||
Reference in New Issue
Block a user