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

Fix notifications link
feature/default_network_editable
Thomas Huang 6 years ago committed by GitHub
commit 990bfc643d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/platforms/extension.js

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

Loading…
Cancel
Save