From 707936b8a86700c6eab630b61f44ee0f7f69a422 Mon Sep 17 00:00:00 2001 From: Priyadarshan Vyas Date: Wed, 29 May 2019 00:07:14 -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 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"