rpc: fix lint

This commit is contained in:
Felix Lange 2019-07-19 17:17:37 +02:00
parent 0ef114123c
commit 9a1c7a8406

View file

@ -41,7 +41,6 @@ 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
)