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 f622b21 commit 058a3edCopy full SHA for 058a3ed
src/block_range_scanner.rs
@@ -41,11 +41,6 @@
41
//! error!("Received error from subscription: {e}");
42
//! match e {
43
//! ScannerError::ServiceShutdown => break,
44
-//! ScannerError::WebSocketConnectionFailed(_) => {
45
-//! error!(
46
-//! "WebSocket connection failed, continuing to listen for reconnection"
47
-//! );
48
-//! }
49
//! _ => {
50
//! error!("Non-fatal error, continuing: {e}");
51
//! }
0 commit comments