mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix Etherscan redirect on notification click (#9211)
This commit is contained in:
parent
4d499cc39e
commit
74decc3407
@ -223,7 +223,7 @@ export default class ExtensionPlatform {
|
||||
}
|
||||
|
||||
_viewOnEtherscan (txId) {
|
||||
if (txId.startsWith('http://')) {
|
||||
if (txId.startsWith('https://')) {
|
||||
extension.tabs.create({ url: txId })
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user