Skip to content

Commit

Permalink
Remove unused interface (#8682)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Mar 28, 2021
1 parent e26dab8 commit 2ec3f79
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions beacon-chain/powchain/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ type Chain interface {
POWBlockFetcher
}

// Client defines a struct that combines all relevant ETH1.0 mainchain interactions required
// by the beacon chain node.
type Client interface {
RPCDataFetcher
bind.ContractFilterer
bind.ContractCaller
}

// RPCDataFetcher defines a subset of methods conformed to by ETH1.0 RPC clients for
// fetching eth1 data from the clients.
type RPCDataFetcher interface {
Expand Down

0 comments on commit 2ec3f79

Please sign in to comment.