Commit 12b7856a authored by Hamdi Allam's avatar Hamdi Allam

remove unused member

parent ba467b56
......@@ -7,7 +7,6 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/ethereum/go-ethereum/rpc"
)
......@@ -33,7 +32,6 @@ type EthClient interface {
// - Have client transparently support retry semantics
// - Members should be private and supply the needed methods
type client struct {
ethClient *ethclient.Client
rpcClient *rpc.Client
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment