diff --git a/cmd/geth/config.go b/cmd/geth/config.go index b63eafe531..72952ea002 100644 --- a/cmd/geth/config.go +++ b/cmd/geth/config.go @@ -20,7 +20,6 @@ import ( "bufio" "errors" "fmt" - "github.com/ethereum/go-ethereum/crypto" "os" "reflect" "runtime" @@ -28,6 +27,8 @@ import ( "strings" "unicode" + "github.com/ethereum/go-ethereum/crypto" + "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/external" "github.com/ethereum/go-ethereum/accounts/keystore"