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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
YK
2025-10-10 18:58:31 +08:00
committed by GitHub
parent 44bca43515
commit d1eb0ecd5c

View File

@@ -903,7 +903,7 @@ impl ProofTaskManager {
path,
result_sender: sender,
})
.expect("account worker pool should be available");
.expect("failed to send job to account worker pool: all workers panicked or pool was shut down");
tracing::trace!(
target: "trie::proof_task",