From 8d51a1b4ddf35ccab6e82fd640414b4354a0acff Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sat, 2 Sep 2023 10:20:50 -0700 Subject: [PATCH] remove stale comment --- web3_proxy/src/app/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/web3_proxy/src/app/mod.rs b/web3_proxy/src/app/mod.rs index 625f0385..e69140d4 100644 --- a/web3_proxy/src/app/mod.rs +++ b/web3_proxy/src/app/mod.rs @@ -1339,7 +1339,6 @@ impl Web3ProxyApp { | "eth_getUserOperationReceipt" | "eth_supportedEntryPoints") => match self.bundler_4337_rpcs.as_ref() { Some(bundler_4337_rpcs) => { - // TODO: timeout let x = bundler_4337_rpcs .try_send_all_synced_connections::>( method,