mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
remove hardcoded seed
This commit is contained in:
parent
102bc204d5
commit
74209e8a6c
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class InstallWizard(QDialog):
|
|||
|
||||
wallet = Wallet(self.storage)
|
||||
|
||||
wallet.init_seed("note blind gun eye escape home surprise freedom bee carefully rant alter strength")
|
||||
wallet.init_seed(None)
|
||||
seed = wallet.get_mnemonic(None)
|
||||
if not self.show_seed(seed, 'hot' if action == 'create2of3' else None):
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue