wizard: add keepkey to new wizard
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user