commit d8cc54fbed996ede578098e865dda4f0fd2ee02a
parent 4fcfc6d4190d6e7322d6f81248d4a5841791c903
Author: ThomasV <thomasv@gitorious>
Date: Thu, 11 Sep 2014 10:43:14 +0200
verify_seed: pass function
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
@@ -110,8 +110,8 @@ class InstallWizard(QDialog):
return action, wallet_type
- def verify_seed(self, seed, sid):
- r = self.enter_seed_dialog(MSG_VERIFY_SEED, sid)
+ def verify_seed(self, seed, sid, func=None):
+ r = self.enter_seed_dialog(MSG_VERIFY_SEED, sid, func)
if not r:
return