mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix etherscan links on notifications
This commit is contained in:
parent
30a2be85ee
commit
701bc1cbd1
@ -111,7 +111,7 @@ class ExtensionPlatform {
|
|||||||
|
|
||||||
_viewOnEtherScan (txId) {
|
_viewOnEtherScan (txId) {
|
||||||
if (txId.startsWith('http://')) {
|
if (txId.startsWith('http://')) {
|
||||||
global.metamaskController.platform.openWindow({ url: txId })
|
this.openWindow({ url: txId })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user