Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Dec 17, 2024
1 parent 64a245b commit 4e45575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trie/parallel/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ where
});
}

// Wait for all proofs in this batch
// Wait for all proofs
for _ in 0..storage_root_targets_len {
match rx.recv_timeout(std::time::Duration::from_secs(30)) {
Ok(result) => match result {
Expand Down

0 comments on commit 4e45575

Please sign in to comment.