We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed4698 commit 89520e2Copy full SHA for 89520e2
src/block_range_scanner/common.rs
@@ -389,7 +389,7 @@ pub(crate) async fn stream_historical_range<N: Network>(
389
Some(())
390
}
391
392
-/// Assumes that `min_block <= next_start_block <= end`.
+/// Assumes that `min_common_ancestor <= next_start_block <= end`, performs no internal checks.
393
pub(crate) async fn stream_range_with_reorg_handling<N: Network>(
394
min_common_ancestor: BlockNumber,
395
mut next_start_block: BlockNumber,
0 commit comments