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