good morning!!!!

Skip to content
Snippets Groups Projects
Commit f801ec78 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Merge pull request #2020 from bas-vk/issue2016

eth package creates new event mux
parents f4a6470a 61ca14bc
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment