1
0

KeystoreWizard: support seed extension

This commit is contained in:
ThomasV
2025-05-26 10:35:13 +02:00
parent ce8242c29c
commit e1ac476bcf
2 changed files with 7 additions and 3 deletions

View File

@@ -60,7 +60,8 @@ class QEKeystoreWizard(KeystoreWizard, QEAbstractWizard, MessageBoxMixin):
# attach gui classes to views
self.navmap_merge({
'keystore_type': {'gui': WCExtendKeystore},
'enterseed': {'gui': WCHaveSeed},
'enter_seed': {'gui': WCHaveSeed},
'enter_ext': {'gui': WCEnterExt},
'choose_hardware_device': {'gui': WCChooseHWDevice},
'script_and_derivation': {'gui': WCScriptAndDerivation},
'wallet_password': {'gui': WCWalletPassword},