diff --git a/crates/exex/exex/src/backfill/stream.rs b/crates/exex/exex/src/backfill/stream.rs index 16b34e4886c6..5c36da3f6596 100644 --- a/crates/exex/exex/src/backfill/stream.rs +++ b/crates/exex/exex/src/backfill/stream.rs @@ -190,7 +190,7 @@ where } if this.range.peek().is_none() { - // only terminate the stream if there are blocks to process + // only terminate the stream if there are no more blocks to process return Poll::Ready(None); } }