display msg if tx not found

pull/7/head
yann300 8 years ago
parent 47f6453cbf
commit a79a988acd
  1. 3
      src/ui/TxBrowser.js

@ -86,9 +86,6 @@ TxBrowser.prototype.update = function (error, tx) {
}
this.basicPanel.data = info
this.basicPanel.update()
if (error) {
this.basicPanel.show()
}
}
TxBrowser.prototype.updateWeb3Url = function (newhost) {

Loading…
Cancel
Save