Commit 39704974 authored by yann300's avatar yann300

remove uneeded param

parent cf9fb489
......@@ -13,7 +13,7 @@ var TxRunner = require('./app/txRunner')
/*
trigger debugRequested
*/
function UniversalDApp (executionContext, options, txdebugger) {
function UniversalDApp (executionContext, options) {
this.event = new EventManager()
var self = this
......@@ -22,7 +22,6 @@ function UniversalDApp (executionContext, options, txdebugger) {
self.personalMode = self.options.personalMode || false
self.contracts
self.transactionContextAPI
self.txdebugger = txdebugger // temporary: will not be needed anymore when we'll add memory support to the VM
var defaultRenderOutputModifier = function (name, content) { return content }
self.renderOutputModifier = defaultRenderOutputModifier
self.web3 = executionContext.web3()
......
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