diff options
author | Aaron Buchwald <[email protected]> | 2020-11-29 14:38:44 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-29 14:38:44 -0500 |
commit | 627bc7f7fd75d385e623c3c5177c5aeb639a0e52 (patch) | |
tree | dba8e4bec0043766b5367c7409772fa7b653b539 /coreth.go | |
parent | 1ed9c772e948720b02d38a233c9f63a7a95ee761 (diff) |
Address comments
Diffstat (limited to 'coreth.go')
-rw-r--r-- | coreth.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,6 @@ package coreth import ( "crypto/ecdsa" - //"fmt" "io" "os" @@ -18,10 +17,8 @@ import ( "github.com/ethereum/go-ethereum/crypto" "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/ethereum/go-ethereum/trie" "github.com/mattn/go-isatty" ) |