diff --git a/web3_proxy/src/rpcs/blockchain.rs b/web3_proxy/src/rpcs/blockchain.rs index f89ec041..ce79d76a 100644 --- a/web3_proxy/src/rpcs/blockchain.rs +++ b/web3_proxy/src/rpcs/blockchain.rs @@ -315,8 +315,6 @@ impl Web3Rpcs { } } } - - Ok(()) } /// `connection_heads` is a mapping of rpc_names to head block hashes.