1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #1960 from MetaMask/RemoveTxViz

Remove eth-tx-viz link from tx history icons
This commit is contained in:
Kevin Serrano 2017-08-23 10:29:20 -07:00 committed by GitHub
commit 86d3169423
2 changed files with 3 additions and 10 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Remove link to eth-tx-viz from identicons in tx history.
## 3.9.9 2017-8-18
- Fix bug where some transaction submission errors would show an empty screen.

View File

@ -60,16 +60,7 @@ TransactionListItem.prototype.render = function () {
}, [
h('.identicon-wrapper.flex-column.flex-center.select-none', [
h('.pop-hover', {
onClick: (event) => {
event.stopPropagation()
if (!isTx || isPending) return
var url = `https://metamask.github.io/eth-tx-viz/?tx=${transaction.hash}`
global.platform.openWindow({ url })
},
}, [
h(TransactionIcon, { txParams, transaction, isTx, isMsg }),
]),
h(TransactionIcon, { txParams, transaction, isTx, isMsg }),
]),
h(Tooltip, {