Commit 61ca14bc authored by Bas van Kervel's avatar Bas van Kervel

eth: use global event mux instead

parent f4a6470a
...@@ -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