1
0

wizard: add keepkey to new wizard

This commit is contained in:
Sander van Grieken
2023-08-23 12:30:20 +02:00
parent 48fb4911a3
commit d70831392d
8 changed files with 52 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ class Plugin(JadePlugin, QtPluginBase):
def init_wallet_wizard(self, wizard: 'QENewWalletWizard'):
self.extend_wizard(wizard)
# insert trezor pages in new wallet wizard
# insert jade pages in new wallet wizard
def extend_wizard(self, wizard: 'QENewWalletWizard'):
super().extend_wizard(wizard)
views = {