From d8cc54fbed996ede578098e865dda4f0fd2ee02a Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 11 Sep 2014 10:43:14 +0200 Subject: [PATCH] verify_seed: pass function --- gui/qt/installwizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 59f7a35b..525ff224 100644 --- 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