Commit a8e00843 authored by yann300's avatar yann300

fix txbrowser

parent 2603a133
......@@ -88,8 +88,7 @@ TxBrowser.prototype.update = function (error, tx) {
this.view.querySelector('#error').innerHTML = 'Cannot find transaction with reference. Block number: ' + this.blockNumber + '. Transaction index/hash: ' + this.txNumber
}
}
this.basicPanel.data = info
this.basicPanel.update()
this.basicPanel.update(info)
}
TxBrowser.prototype.updateWeb3Url = function (newhost) {
......
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