diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-06-18 23:25:27 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-06-18 23:25:27 +0800 |
commit | 90d45f0397666cce42657849257a6f4f7cd2381c (patch) | |
tree | 75a58db16b6f1f703ee5fbf00ed7975153afd0d9 /eth/handler.go | |
parent | b91b581b80ec99dfa07b7206104faa919210fc4f (diff) | |
download | go-tangerine-90d45f0397666cce42657849257a6f4f7cd2381c.tar.gz go-tangerine-90d45f0397666cce42657849257a6f4f7cd2381c.tar.zst go-tangerine-90d45f0397666cce42657849257a6f4f7cd2381c.zip |
eth: fix test breakage from the previous commit
Diffstat (limited to 'eth/handler.go')
-rw-r--r-- | eth/handler.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eth/handler.go b/eth/handler.go index 88e340256..a5986b779 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -7,7 +7,6 @@ import ( "time" "github.com/ethereum/go-ethereum/pow" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core/types" |