Commit a79a988a authored by yann300's avatar yann300

display msg if tx not found

parent 47f6453c
......@@ -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) {
......
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