Commit 29b763e1 authored by yann300's avatar yann300

comment txListener

parent 0f668bd7
......@@ -29,7 +29,7 @@ var FilePanel = require('./app/file-panel')
var EditorPanel = require('./app/editor-panel')
var RighthandPanel = require('./app/righthand-panel')
var examples = require('./app/example-contracts')
var Txlistener = require('./app/txListener')
// var Txlistener = require('./app/txListener')
var css = csjs`
html { box-sizing: border-box; }
......@@ -849,7 +849,8 @@ function run () {
node.insertBefore(staticanalysis.render(), node.childNodes[0])
// ----------------- Tx listener -----------------
// Commented for now. will be used later.
/*
var txlistener = new Txlistener({
api: {
web3: function () { return executionContext.web3() },
......@@ -885,6 +886,7 @@ function run () {
resolvedTransaction: resolvedTransaction
})
})
*/
// ----------------- autoCompile -----------------
var autoCompile = document.querySelector('#autoCompile').checked
......
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