diff --git a/cmd/XDC/config.go b/cmd/XDC/config.go index 522bc88dae..629a1361bc 100644 --- a/cmd/XDC/config.go +++ b/cmd/XDC/config.go @@ -20,12 +20,12 @@ import ( "bufio" "errors" "fmt" + "gopkg.in/urfave/cli.v1" "io" "os" "reflect" - "unicode" "strings" - "gopkg.in/urfave/cli.v1" + "unicode" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/dashboard"