mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Remove eth-tx-viz link from tx history icons
This commit is contained in:
parent
9203b4edf9
commit
e0ccdcd6fd
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
- Remove link to eth-tx-viz from identicons in tx history.
|
||||||
|
|
||||||
## 3.9.9 2017-8-18
|
## 3.9.9 2017-8-18
|
||||||
|
|
||||||
- Fix bug where some transaction submission errors would show an empty screen.
|
- Fix bug where some transaction submission errors would show an empty screen.
|
||||||
|
@ -60,17 +60,8 @@ TransactionListItem.prototype.render = function () {
|
|||||||
}, [
|
}, [
|
||||||
|
|
||||||
h('.identicon-wrapper.flex-column.flex-center.select-none', [
|
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, {
|
h(Tooltip, {
|
||||||
title: 'Transaction Number',
|
title: 'Transaction Number',
|
||||||
|
Loading…
Reference in New Issue
Block a user