Browse Source
rm dead code
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
2 deletions
-
electrum/gui/qt/installwizard.py
|
|
@ -121,8 +121,6 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): |
|
|
|
self.setWindowTitle('Electrum - ' + _('Install Wizard')) |
|
|
|
self.app = app |
|
|
|
self.config = config |
|
|
|
# Set for base base class |
|
|
|
self.language_for_seed = config.get('language') |
|
|
|
self.setMinimumSize(600, 400) |
|
|
|
self.accept_signal.connect(self.accept) |
|
|
|
self.title = QLabel() |
|
|
|