From ae9861e56ab8dc20e00ea91f849764a210671d75 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Sun, 19 May 2019 23:23:54 -0700 Subject: [PATCH] Remove unused reference --- eth/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/handler.go b/eth/handler.go index d7012570c3..a18432f908 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -28,7 +28,6 @@ import ( "github.com/ubiq/go-ubiq/common" "github.com/ubiq/go-ubiq/consensus" - "github.com/ubiq/go-ubiq/consensus/misc" "github.com/ubiq/go-ubiq/core" "github.com/ubiq/go-ubiq/core/types" "github.com/ubiq/go-ubiq/eth/downloader"