1
0

wizard: make NewWalletWizard inherit from KeystoreWizard

This commit is contained in:
ThomasV
2025-05-28 10:20:15 +02:00
parent 5ed020f924
commit 49d2f87dcf
2 changed files with 176 additions and 179 deletions

View File

@@ -53,8 +53,8 @@ class QEKeystoreWizard(KeystoreWizard, QEAbstractWizard, MessageBoxMixin):
_logger = get_logger(__name__)
def __init__(self, config: 'SimpleConfig', wallet_type: str, app: 'QElectrumApplication', plugins: 'Plugins', *, start_viewstate=None):
KeystoreWizard.__init__(self, plugins)
QEAbstractWizard.__init__(self, config, app, start_viewstate=start_viewstate)
KeystoreWizard.__init__(self, plugins)
self._wallet_type = wallet_type
self.window_title = _('Extend wallet keystore')
# attach gui classes to views