mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +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
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue