From 8987750a369e4906f8d5301473cd4df8433177f3 Mon Sep 17 00:00:00 2001 From: zelig Date: Thu, 19 Mar 2015 15:02:50 +0000 Subject: [PATCH] fix import in reorganised test --- blockpool/blockpool_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/blockpool/blockpool_test.go b/blockpool/blockpool_test.go index cd69d5104..9bcd72f04 100644 --- a/blockpool/blockpool_test.go +++ b/blockpool/blockpool_test.go @@ -5,8 +5,6 @@ import ( "time" "github.com/ethereum/go-ethereum/blockpool/test" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" ) // using the mock framework in blockpool_util_test