Skip to content

Commit 89520e2

Browse files
committed
update stream_range_with_reorg_handling comment
1 parent 5ed4698 commit 89520e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block_range_scanner/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ pub(crate) async fn stream_historical_range<N: Network>(
389389
Some(())
390390
}
391391

392-
/// Assumes that `min_block <= next_start_block <= end`.
392+
/// Assumes that `min_common_ancestor <= next_start_block <= end`, performs no internal checks.
393393
pub(crate) async fn stream_range_with_reorg_handling<N: Network>(
394394
min_common_ancestor: BlockNumber,
395395
mut next_start_block: BlockNumber,

0 commit comments

Comments
 (0)