comment cleanup

This commit is contained in:
Bryan Stitt 2023-10-13 21:15:06 -07:00
parent 67a7a334b4
commit e80de22317

View File

@ -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