mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
verify_seed: pass function
This commit is contained in:
parent
4fcfc6d419
commit
d8cc54fbed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue