Merge pull request #2206 from ethereum/yann300-patch-58

Comply to new plugin engine
pull/1/head
yann300 5 years ago committed by GitHub
commit 8fa4b04956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/network-module.js

@ -18,7 +18,7 @@ export class NetworkModule extends Plugin {
super(profile)
// TODO: See with remix-lib to make sementic coherent
executionContext.event.register('contextChanged', (provider) => {
this.events.emit('providerChanged', provider)
this.emit('providerChanged', provider)
})
/*
// Events that could be implemented later

Loading…
Cancel
Save