From 1492a0d9f4aa906313d0c2e764e9f2e80bdf95b9 Mon Sep 17 00:00:00 2001 From: Lucas Hendren Date: Mon, 6 Aug 2018 01:21:14 -0400 Subject: [PATCH] cmd: 16400 Add an option to stop geth once in sync. WIP --- cmd/geth/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 8e70e63313..e91fcf6576 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -34,7 +34,6 @@ import ( "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/console" "github.com/ethereum/go-ethereum/eth" - "github.com/ethereum/go-ethereum/ethclient" "github.com/ethereum/go-ethereum/internal/debug" "github.com/ethereum/go-ethereum/log"