diff --git a/cmd/geth/config.go b/cmd/geth/config.go index d152dcbc87..80bf95b1ac 100644 --- a/cmd/geth/config.go +++ b/cmd/geth/config.go @@ -18,7 +18,6 @@ package main import ( "fmt" - "io/ioutil" "math/big" "os" "time" @@ -26,8 +25,6 @@ import ( "github.com/BurntSushi/toml" "gopkg.in/urfave/cli.v1" - "github.com/BurntSushi/toml" - "github.com/ethereum/go-ethereum/accounts/external" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/accounts/scwallet"