pull/7/head
yann300 8 years ago
parent f3ec8b64b4
commit 61d544dd86
  1. 2
      src/ui/TxBrowser.js

@ -85,7 +85,7 @@ TxBrowser.prototype.update = function (error, tx) {
info.from = mes
info.to = mes
info.hash = mes
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

Loading…
Cancel
Save