From c3f97b06f44c5052de31858c43c9040ad65ba124 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 16 May 2022 04:57:35 +0000 Subject: [PATCH] stale todos --- web3-proxy/src/connections.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/web3-proxy/src/connections.rs b/web3-proxy/src/connections.rs index baa75d8d..42ad4fba 100644 --- a/web3-proxy/src/connections.rs +++ b/web3-proxy/src/connections.rs @@ -133,8 +133,6 @@ impl Absorb for SyncedConnections { #[derive(From)] pub struct Web3Connections { inner: Vec>, - /// TODO: what is the best type for this? Heavy reads with writes every few seconds. When writes happen, there is a burst of them - /// TODO: why does the reader need a mutex? is there a better way to do this? synced_connections_reader: ReadHandleFactory, }