From 9f45b425305bef793a1978070de695f3b8d9f82c Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Thu, 19 Nov 2020 18:49:29 -0500 Subject: Add ethclient --- coreth.go | 1 + 1 file changed, 1 insertion(+) (limited to 'coreth.go') diff --git a/coreth.go b/coreth.go index d1fd29f..01bc9af 100644 --- a/coreth.go +++ b/coreth.go @@ -19,6 +19,7 @@ import ( "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/trie" + //"github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/log" "github.com/mattn/go-isatty" -- cgit v1.2.3