From e6e05aff01101e2ea8f4bc6765faf92706fa6faa Mon Sep 17 00:00:00 2001 From: Ricardo Geraldes Date: Tue, 15 Aug 2017 14:52:09 +0100 Subject: [PATCH] jail.go: removed import to go-ethereum log package --- geth/jail/jail.go | 1 - 1 file changed, 1 deletion(-) diff --git a/geth/jail/jail.go b/geth/jail/jail.go index cb69e0696..0e7f27e31 100644 --- a/geth/jail/jail.go +++ b/geth/jail/jail.go @@ -9,7 +9,6 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/les/status" - "github.com/ethereum/go-ethereum/log" "github.com/robertkrimen/otto" "github.com/status-im/status-go/geth/common" "github.com/status-im/status-go/geth/log"