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,