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, }