From 9a1c7a8406e2d586400b30cf612f576cd0b3a76f Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 19 Jul 2019 17:17:37 +0200 Subject: [PATCH] rpc: fix lint --- rpc/client.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rpc/client.go b/rpc/client.go index 2053f54069..4b65d00421 100644 --- a/rpc/client.go +++ b/rpc/client.go @@ -41,9 +41,8 @@ var ( const ( // Timeouts - tcpKeepAliveInterval = 30 * time.Second - defaultDialTimeout = 10 * time.Second // used if context has no deadline - subscribeTimeout = 5 * time.Second // overall timeout eth_subscribe, rpc_modules calls + defaultDialTimeout = 10 * time.Second // used if context has no deadline + subscribeTimeout = 5 * time.Second // overall timeout eth_subscribe, rpc_modules calls ) const (