Commit 04801f56 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

remove udapp and execution context from run-tab

parent 806e250e
......@@ -300,8 +300,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
)
const run = new RunTab(
blockchain,
udapp,
executionContext,
registry.get('config').api,
registry.get('filemanager').api,
registry.get('editor').api,
......
......@@ -33,12 +33,10 @@ const profile = {
export class RunTab extends LibraryPlugin {
constructor (blockchain, udapp, executionContext, config, fileManager, editor, filePanel, compilersArtefacts, networkModule, mainView) {
super(udapp, profile)
constructor (blockchain, config, fileManager, editor, filePanel, compilersArtefacts, networkModule, mainView) {
super(blockchain.udapp, profile)
this.event = new EventManager()
this.config = config
this.udapp = udapp
this.executionContext = executionContext
this.blockchain = blockchain
this.fileManager = fileManager
this.editor = editor
......
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