1
0
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:
Bruno Barbieri 2019-01-02 17:52:30 -05:00 committed by GitHub
commit 13f8b06527
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 })
}
}
}