From 8c3223564aad457b587d16ee396d41b9fa12dbc5 Mon Sep 17 00:00:00 2001 From: Lucas Hendren Date: Thu, 24 Jan 2019 21:55:11 -0500 Subject: [PATCH] cmd/geth: Removed unneeded import --- cmd/geth/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 42322d7b56..c8d2afec43 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -32,7 +32,6 @@ import ( "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/console" - "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/eth/downloader" "github.com/ethereum/go-ethereum/ethclient"