Browse Source
ledger: (trivial) rm some remnants of hw1 setup
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
5 deletions
-
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_() |
|
|
|