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:
parent
13f8b06527
commit
c49d975687
@ -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 })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user