From 222bfb55f0b2ad44d792348bec455ae442b7fb96 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 24 Jun 2016 12:50:33 +0200 Subject: [PATCH] fix --- src/TxBrowser.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/TxBrowser.js b/src/TxBrowser.js index d950428c7e..523f638105 100644 --- a/src/TxBrowser.js +++ b/src/TxBrowser.js @@ -54,10 +54,6 @@ TxBrowser.prototype.submit = function () { } } -TxBrowser.prototype.updateTxhash = function (ev) { - this.hash = ev.target.value -} - TxBrowser.prototype.updateBlockN = function (ev) { this.blockNumber = ev.target.value } @@ -69,8 +65,8 @@ TxBrowser.prototype.updateTxN = function (ev) { TxBrowser.prototype.render = function () { var self = this var view = yo`
- - + +