1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

fix extension link

This commit is contained in:
brunobar79 2019-01-02 19:03:35 -05:00
parent 13f8b06527
commit c49d975687

View File

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