1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #5986 from MetaMask/fix-etherscan-again

Fix notifications link
This commit is contained in:
Thomas Huang 2019-01-02 16:14:38 -08:00 committed by GitHub
commit 990bfc643d
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://')) {
this.openWindow({ url: txId })
extension.tabs.create({ url: txId })
}
}
}