Commit 61d544dd authored by yann300's avatar yann300

typo

parent f3ec8b64
......@@ -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
......
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