diff --git a/web3-proxy/src/connection.rs b/web3-proxy/src/connection.rs index 0e1a2fca..69709f2e 100644 --- a/web3-proxy/src/connection.rs +++ b/web3-proxy/src/connection.rs @@ -531,7 +531,7 @@ pub struct ActiveRequestHandle(Arc); impl ActiveRequestHandle { fn new(connection: Arc) -> Self { - // TODO: attach a unique id to this + // TODO: attach a unique id to this? // TODO: what ordering?! connection .active_requests