diff --git a/accounts/abi/bind/backends/simulated.go b/accounts/abi/bind/backends/simulated.go index c4a93828ac..946fdf4e84 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" "github.com/paxosglobal/go-ethereum/common/hexutil" "math/big" "sync" diff --git a/ethclient/ethclient.go b/ethclient/ethclient.go index ae81c5fc10..632fa08b8d 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"