mirror of https://github.com/status-im/op-geth.git
eth: use global event mux instead
This commit is contained in:
parent
f4a6470a7b
commit
61ca14bc44
|
@ -191,7 +191,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
|
|||
shutdownChan: make(chan bool),
|
||||
chainDb: chainDb,
|
||||
dappDb: dappDb,
|
||||
eventMux: &event.TypeMux{},
|
||||
eventMux: ctx.EventMux,
|
||||
accountManager: config.AccountManager,
|
||||
etherbase: config.Etherbase,
|
||||
netVersionId: config.NetworkId,
|
||||
|
|
Loading…
Reference in New Issue