Skip to content

Commit

Permalink
Fix etherscan links on notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Barbieri authored Dec 28, 2018
1 parent 30a2be8 commit 701bc1c
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 701bc1c

Please sign in to comment.