diff --git a/rpc/websocket.go b/rpc/websocket.go index 889562d1ab..a6b95dd2ac 100644 --- a/rpc/websocket.go +++ b/rpc/websocket.go @@ -224,7 +224,6 @@ func newClientTransportWS(endpoint string, cfg *clientConfig) (reconnectFunc, er ReadBufferSize: wsReadBuffer, WriteBufferSize: wsWriteBuffer, WriteBufferPool: wsBufferPool, - Proxy: http.ProxyFromEnvironment, } }