From e80de2231751fcd520d1b905b095d1f39b01e6c0 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 13 Oct 2023 21:15:06 -0700 Subject: [PATCH] comment cleanup --- web3_proxy/src/rpcs/one.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web3_proxy/src/rpcs/one.rs b/web3_proxy/src/rpcs/one.rs index ef5076ea..8c8caabb 100644 --- a/web3_proxy/src/rpcs/one.rs +++ b/web3_proxy/src/rpcs/one.rs @@ -737,11 +737,6 @@ impl Web3Rpc { trace!("starting subscriptions on {}", self); - // start optimistically - // we need healthy to start at "true" or else check_provider and other things will not send requests - // self.healthy.store(true, atomic::Ordering::Relaxed); - - // TODO: this should set healthy to false. its not strictly necessary since block checks will fail, but this is a faster check if let Err(err) = self .check_provider(chain_id) .await