fix txbrowser

pull/7/head
yann300 8 years ago
parent 2603a133c1
commit a8e008432d
  1. 3
      src/ui/TxBrowser.js

@ -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.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(info)
this.basicPanel.update()
} }
TxBrowser.prototype.updateWeb3Url = function (newhost) { TxBrowser.prototype.updateWeb3Url = function (newhost) {

Loading…
Cancel
Save