From f6444deaa0086007e4c61bb660bc3955c912adeb Mon Sep 17 00:00:00 2001 From: Priyadarshan Vyas Date: Tue, 28 May 2019 21:30:19 -0400 Subject: [PATCH] Fixing the Simulated and Adding a new Fn TransactionByHashWithBlockNum --- accounts/abi/bind/backends/simulated.go | 1 - ethclient/ethclient.go | 1 - 2 files changed, 2 deletions(-) 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"