restore action-driven wizard logic
This commit is contained in:
@@ -449,7 +449,7 @@ class LedgerPlugin(BasePlugin):
|
||||
password = wizard.request_password()
|
||||
wallet.add_seed(seed, password)
|
||||
wallet.add_cosigner_seed(seed, 'x/', password, passphrase)
|
||||
wallet.create_main_account(password)
|
||||
wallet.create_hd_account(password)
|
||||
return wallet
|
||||
|
||||
@hook
|
||||
|
||||
@@ -24,7 +24,7 @@ class Plugin(LedgerPlugin):
|
||||
|
||||
def on_create_wallet(self, wallet, wizard):
|
||||
self.handler = BTChipQTHandler(wizard)
|
||||
wallet.create_main_account(None)
|
||||
wallet.create_main_account()
|
||||
|
||||
class BTChipQTHandler:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user