Skip to content

Commit

Permalink
typo availability.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebustron authored Feb 14, 2025
1 parent 16a337e commit 078e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotshot-query-service/src/availability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ mod test {
// Check the consistency of every block/leaf pair.
for i in 0..height {
// Limit the number of blocks we validate in order to
// speeed up the tests.
// speed up the tests.
if ![0, 1, height / 2, height - 1].contains(&i) {
continue;
}
Expand Down

0 comments on commit 078e38f

Please sign in to comment.