Commit 233c4171 authored by yann300's avatar yann300

tx listener

parent f2940c0e
...@@ -30,7 +30,7 @@ var EditorPanel = require('./app/editor-panel') ...@@ -30,7 +30,7 @@ var EditorPanel = require('./app/editor-panel')
var RighthandPanel = require('./app/righthand-panel') var RighthandPanel = require('./app/righthand-panel')
var examples = require('./app/example-contracts') var examples = require('./app/example-contracts')
var modalDialogCustom = require('./app/modal-dialog-custom') var modalDialogCustom = require('./app/modal-dialog-custom')
// var Txlistener = require('./app/txListener') var Txlistener = require('./app/txListener')
var css = csjs` var css = csjs`
html { box-sizing: border-box; } html { box-sizing: border-box; }
...@@ -749,7 +749,6 @@ function run () { ...@@ -749,7 +749,6 @@ function run () {
// ----------------- Tx listener ----------------- // ----------------- Tx listener -----------------
// Commented for now. will be used later. // Commented for now. will be used later.
/*
var txlistener = new Txlistener({ var txlistener = new Txlistener({
api: { api: {
web3: function () { return executionContext.web3() }, web3: function () { return executionContext.web3() },
...@@ -785,7 +784,6 @@ function run () { ...@@ -785,7 +784,6 @@ function run () {
resolvedTransaction: resolvedTransaction resolvedTransaction: resolvedTransaction
}) })
}) })
*/
// ----------------- autoCompile ----------------- // ----------------- autoCompile -----------------
var autoCompile = document.querySelector('#autoCompile').checked 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