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 26562da commit 67acfdbCopy full SHA for 67acfdb
src/block_range_scanner/common.rs
@@ -84,9 +84,7 @@ async fn get_first_block<
84
subscription::Error::Lagged(_) => {
85
// scanner already accounts for skipped block numbers
86
// next block will be the actual incoming block
87
- info!(
88
- "Skipping Error::Lagged, next block should be the first live block"
89
- );
+ info!("Skipping Error::Lagged, next block should be the first live block");
90
}
91
subscription::Error::Timeout => {
92
_ = sender.try_stream(ScannerError::Timeout).await;
0 commit comments