aboutsummaryrefslogtreecommitdiff
path: root/coreth.go
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-19 18:49:29 -0500
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-19 18:49:29 -0500
commit9f45b425305bef793a1978070de695f3b8d9f82c (patch)
treec756074871b4a4b402a9718413de9c3f2e5380bf /coreth.go
parent5f5f99d0b4d12561129b6b83bc869bcac85acd58 (diff)
Add ethclient
Diffstat (limited to 'coreth.go')
-rw-r--r--coreth.go1
1 files changed, 1 insertions, 0 deletions
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"