From 8f319018b383f2493de68709a9f31ab255feddb3 Mon Sep 17 00:00:00 2001 From: parmarrushabh Date: Mon, 5 Nov 2018 17:52:53 +0530 Subject: [PATCH] adjust signed recently condition --- cmd/XDC/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"