diff --git a/accounts/abi/bind/backends/simulated.go b/accounts/abi/bind/backends/simulated.go index cb52975fdf..0ad7c0a62d 100644 --- a/accounts/abi/bind/backends/simulated.go +++ b/accounts/abi/bind/backends/simulated.go @@ -20,7 +20,6 @@ import ( "context" "errors" "fmt" - "github.com/paxosglobal/go-ethereum" "math/big" "sync" "time" diff --git a/ethclient/ethclient.go b/ethclient/ethclient.go index ebafc993fe..c57c6a5c8f 100644 --- a/ethclient/ethclient.go +++ b/ethclient/ethclient.go @@ -22,7 +22,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/paxosglobal/go-ethereum" "math/big" "github.com/ethereum/go-ethereum"