forked from cerc-io/plugeth
Merge pull request #2020 from bas-vk/issue2016
eth package creates new event mux
This commit is contained in:
commit
f801ec78ce
@ -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
Block a user