internal/ethapi: remove EventMux from backend interface

This commit is contained in:
Felix Lange 2019-11-18 15:06:32 +01:00
parent 7d3de0915b
commit ad9cc48ffc

View file

@ -43,7 +43,6 @@ type Backend interface {
ProtocolVersion() int
SuggestPrice(ctx context.Context) (*big.Int, error)
ChainDb() ethdb.Database
EventMux() *event.TypeMux
AccountManager() *accounts.Manager
ExtRPCEnabled() bool
RPCGasCap() *big.Int // global gas cap for eth_call over rpc: DoS protection