From 04f492b5e234945d972d7fb0f960551d960cd0e7 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sat, 9 Jul 2022 00:08:16 +0000 Subject: [PATCH] comment --- web3-proxy/src/connection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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