Skip to content

Commit 9a1c7a8

Browse files
committed
rpc: fix lint
1 parent 0ef1141 commit 9a1c7a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rpc/client.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ var (
4141

4242
const (
4343
// Timeouts
44-
tcpKeepAliveInterval = 30 * time.Second
45-
defaultDialTimeout = 10 * time.Second // used if context has no deadline
46-
subscribeTimeout = 5 * time.Second // overall timeout eth_subscribe, rpc_modules calls
44+
defaultDialTimeout = 10 * time.Second // used if context has no deadline
45+
subscribeTimeout = 5 * time.Second // overall timeout eth_subscribe, rpc_modules calls
4746
)
4847

4948
const (

0 commit comments

Comments
 (0)