From 078e38fb302260353e9ce73961c579ce7ec96533 Mon Sep 17 00:00:00 2001 From: rebustron Date: Fri, 14 Feb 2025 12:35:58 +0100 Subject: [PATCH] typo availability.rs --- hotshot-query-service/src/availability.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotshot-query-service/src/availability.rs b/hotshot-query-service/src/availability.rs index 63122094ea..18e6d84460 100644 --- a/hotshot-query-service/src/availability.rs +++ b/hotshot-query-service/src/availability.rs @@ -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; }