Multisig: create and restore work
Override run in derived class to catch UserCancelled again Restore self.finished() hook. Fix a typo.
This commit is contained in:
@@ -167,6 +167,8 @@ class WizardBase(PrintError):
|
||||
if is_restore:
|
||||
self.show_restore(wallet, network)
|
||||
|
||||
self.finished()
|
||||
|
||||
return wallet
|
||||
|
||||
def run_wallet_action(self, wallet, action):
|
||||
|
||||
Reference in New Issue
Block a user