add missing executionContext

pull/5370/head
Iuri Matias 5 years ago
parent 1f70d0d943
commit 3add3712fc
  1. 2
      src/app.js

@ -250,7 +250,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
// LAYOUT & SYSTEM VIEWS
const appPanel = new MainPanel()
const mainview = new MainView(editor, appPanel, fileManager, appManager, txlistener, eventsDecoder)
const mainview = new MainView(editor, appPanel, fileManager, appManager, txlistener, eventsDecoder, executionContext)
registry.put({ api: mainview, name: 'mainview' })
appManager.register([

Loading…
Cancel
Save