1
0
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:
Bruno Barbieri 2018-12-28 17:34:26 -05:00 committed by GitHub
parent 30a2be85ee
commit 701bc1cbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ class ExtensionPlatform {
_viewOnEtherScan (txId) {
if (txId.startsWith('http://')) {
global.metamaskController.platform.openWindow({ url: txId })
this.openWindow({ url: txId })
}
}
}