diff --git a/cmd/wnode/main.go b/cmd/wnode/main.go index 5fb10d52a8..ff388f60f4 100644 --- a/cmd/wnode/main.go +++ b/cmd/wnode/main.go @@ -27,15 +27,13 @@ import ( "encoding/hex" "flag" "fmt" + "io/ioutil" "os" + "path/filepath" "strconv" "strings" "time" - "io/ioutil" - - "path/filepath" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/console"