mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix: password on creation
This commit is contained in:
parent
565c53e054
commit
1c2c62480d
1 changed files with 3 additions and 0 deletions
3
electrum
3
electrum
|
@ -172,6 +172,9 @@ if __name__ == '__main__':
|
|||
print "Equivalently, your wallet seed can be stored and recovered with the following mnemonic code:"
|
||||
print "\""+' '.join(mnemonic.mn_encode(wallet.seed))+"\""
|
||||
print "Wallet saved in '%s'"%wallet.path
|
||||
|
||||
if password:
|
||||
wallet.update_password(wallet.seed, None, password)
|
||||
|
||||
# check syntax
|
||||
if cmd in ['payto', 'mktx']:
|
||||
|
|
Loading…
Add table
Reference in a new issue