Browse Source

ledger: (trivial) rm some remnants of hw1 setup

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight 6 years ago
parent
commit
f405c3fbdd
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 5
      electrum/plugins/ledger/qt.py

5
electrum/plugins/ledger/qt.py

@ -1,7 +1,5 @@
from functools import partial
#from btchip.btchipPersoWizard import StartBTChipPersoDialog
from PyQt5.QtCore import pyqtSignal
from PyQt5.QtWidgets import QInputDialog, QLabel, QVBoxLayout, QLineEdit
@ -83,6 +81,3 @@ class Ledger_Handler(QtHandlerBase):
def setup_dialog(self):
self.show_error(_('Initialization of Ledger HW devices is currently disabled.'))
return
dialog = StartBTChipPersoDialog()
dialog.exec_()

Loading…
Cancel
Save