Skip to content

Commit

Permalink
Update crates/exex/exex/src/backfill/stream.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Shekhirin <[email protected]>
  • Loading branch information
mattsse and shekhirin authored Dec 11, 2024
1 parent cfdb9c9 commit 8c777b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/exex/exex/src/backfill/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 8c777b3

Please sign in to comment.