1
0

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:
Neil Booth
2016-01-13 22:38:32 +09:00
parent 2f6e2ebcd2
commit 889c4cb7fb
2 changed files with 5 additions and 4 deletions

View File

@@ -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):