Skip to content

Commit

Permalink
Fix a panic message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jan 10, 2024
1 parent 57bf84d commit 44298fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ where
result = template_generator => { first_result = result; }
result = mining_solvers.next() => {
first_result = result
.expect("stream never teminates because there is at least one solver task");
.expect("stream never terminates because there is at least one solver task");
}
}

Expand Down

0 comments on commit 44298fb

Please sign in to comment.