Fix etherscan links on notifications

feature/default_network_editable
Bruno Barbieri 6 years ago committed by GitHub
parent 30a2be85ee
commit 701bc1cbd1
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://')) {
global.metamaskController.platform.openWindow({ url: txId })
this.openWindow({ url: txId })
}
}
}

Loading…
Cancel
Save