fix extension link

feature/default_network_editable
brunobar79 6 years ago
parent 13f8b06527
commit c49d975687
  1. 2
      app/scripts/platforms/extension.js

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

Loading…
Cancel
Save