From 2f725d39b7fe4902058fb434abe06717db0baf8c Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Thu, 19 Apr 2018 18:43:05 +0530 Subject: [PATCH] remove unused import --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index acd62b647e..a0f99e9035 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -28,7 +28,7 @@ import ( "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" - "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/console" "github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/ethclient"