Skip to content

Commit

Permalink
Merge pull request #5978 from MetaMask/fix-etherscan-link-notifications
Browse files Browse the repository at this point in the history
Fix etherscan links on notifications
  • Loading branch information
Bruno Barbieri authored Jan 2, 2019
2 parents e43f5d3 + d2b0781 commit 13f8b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/platforms/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class ExtensionPlatform {

_viewOnEtherScan (txId) {
if (txId.startsWith('http://')) {
global.metamaskController.platform.openWindow({ url: txId })
this.openWindow({ url: txId })
}
}
}
Expand Down

0 comments on commit 13f8b06

Please sign in to comment.