aboutsummaryrefslogtreecommitdiff
path: root/coreth.go
diff options
context:
space:
mode:
authoraaronbuchwald <aaron.buchwald56@gmail.com>2020-11-20 10:06:46 -0500
committerGitHub <noreply@github.com>2020-11-20 10:06:46 -0500
commitef19d4da57f99c0c4d93b1ad7dbcbd0b3892bff7 (patch)
tree2dccd3942cdea2f00ae67c95ba2d26d0479f12d3 /coreth.go
parent59453f4676ae1d778a32fd9a4edcc94d74747e14 (diff)
parent9feab9d470278e4eecffa059b476dbf3c9417d8d (diff)
Merge pull request #58 from ava-labs/ethclient
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"