From 3add3712fccf8375072dc6fda614c15b57ad04e2 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 17 Dec 2019 17:44:53 -0500 Subject: [PATCH] add missing executionContext --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index bf8bcfdd7f..6df7b03935 100644 --- a/src/app.js +++ b/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([