diff options
author | Aaron Buchwald <[email protected]> | 2020-11-19 18:49:29 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-19 18:49:29 -0500 |
commit | 9f45b425305bef793a1978070de695f3b8d9f82c (patch) | |
tree | c756074871b4a4b402a9718413de9c3f2e5380bf /coreth.go | |
parent | 5f5f99d0b4d12561129b6b83bc869bcac85acd58 (diff) |
Add ethclient
Diffstat (limited to 'coreth.go')
-rw-r--r-- | coreth.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |