Update crates/trie/parallel/src/proof_task.rs

Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
YK
2025-10-08 21:14:37 +08:00
committed by GitHub
parent 3eff3e2447
commit 7efff3d4e5

View File

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