tverify_seed: pass function - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d8cc54fbed996ede578098e865dda4f0fd2ee02a DIR parent 4fcfc6d4190d6e7322d6f81248d4a5841791c903 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 11 Sep 2014 10:43:14 +0200 verify_seed: pass function Diffstat: M gui/qt/installwizard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py t@@ -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