verify_seed: pass function
This commit is contained in:
@@ -110,8 +110,8 @@ class InstallWizard(QDialog):
|
|||||||
return action, wallet_type
|
return action, wallet_type
|
||||||
|
|
||||||
|
|
||||||
def verify_seed(self, seed, sid):
|
def verify_seed(self, seed, sid, func=None):
|
||||||
r = self.enter_seed_dialog(MSG_VERIFY_SEED, sid)
|
r = self.enter_seed_dialog(MSG_VERIFY_SEED, sid, func)
|
||||||
if not r:
|
if not r:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user