Merge pull request #5978 from MetaMask/fix-etherscan-link-notifications

Fix etherscan links on notifications
feature/default_network_editable
Bruno Barbieri 6 years ago committed by GitHub
commit 13f8b06527
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) { _viewOnEtherScan (txId) {
if (txId.startsWith('http://')) { if (txId.startsWith('http://')) {
global.metamaskController.platform.openWindow({ url: txId }) this.openWindow({ url: txId })
} }
} }
} }

Loading…
Cancel
Save