diff options
Diffstat (limited to 'rpc/client.go')
-rw-r--r-- | rpc/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client.go b/rpc/client.go index 68745c6cb..77b4d5ee0 100644 --- a/rpc/client.go +++ b/rpc/client.go @@ -25,6 +25,7 @@ import ( "fmt" "net" "net/url" + "os" "reflect" "strconv" "strings" @@ -33,7 +34,6 @@ import ( "time" "github.com/ethereum/go-ethereum/log" - "os" ) var ( |