Commit f801ec78 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #2020 from bas-vk/issue2016

eth package creates new event mux
parents f4a6470a 61ca14bc
...@@ -191,7 +191,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) { ...@@ -191,7 +191,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
shutdownChan: make(chan bool), shutdownChan: make(chan bool),
chainDb: chainDb, chainDb: chainDb,
dappDb: dappDb, dappDb: dappDb,
eventMux: &event.TypeMux{}, eventMux: ctx.EventMux,
accountManager: config.AccountManager, accountManager: config.AccountManager,
etherbase: config.Etherbase, etherbase: config.Etherbase,
netVersionId: config.NetworkId, netVersionId: config.NetworkId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment