good morning!!!!

Skip to content
Snippets Groups Projects
Commit 61ca14bc authored by Bas van Kervel's avatar Bas van Kervel
Browse files

eth: use global event mux instead

parent f4a6470a
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) { ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment