mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix: unencrypted seed
This commit is contained in:
parent
e08238a416
commit
088ed3d2dd
1 changed files with 1 additions and 0 deletions
1
electrum
1
electrum
|
@ -394,6 +394,7 @@ if __name__ == '__main__':
|
|||
exit(1)
|
||||
else:
|
||||
password = None
|
||||
seed = wallet.seed
|
||||
|
||||
if cmd == 'importprivkey':
|
||||
# See if they specificed a key on the cmd line, if not prompt
|
||||
|
|
Loading…
Add table
Reference in a new issue