mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
save wallet after creation
This commit is contained in:
parent
114f6150be
commit
01abc06cd6
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ if __name__ == '__main__':
|
|||
print "found no history for this wallet"
|
||||
else:
|
||||
wallet.new_seed(None)
|
||||
wallet.save()
|
||||
print "Your wallet generation seed is: " + wallet.seed
|
||||
print "Please keep it in a safe place; if you lose it, you will not be able to restore your wallet."
|
||||
print "Equivalently, your wallet seed can be stored and recovered with the following mnemonic code:"
|
||||
|
|
Loading…
Add table
Reference in a new issue