mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-14 06:29:51 +00:00
path
This commit is contained in:
parent
e34f7dce7f
commit
94cc6aa93a
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -173,7 +173,7 @@ if __name__ == '__main__':
|
||||||
print "Please keep it in a safe place; if you lose it, you will not be able to restore your wallet."
|
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:"
|
print "Equivalently, your wallet seed can be stored and recovered with the following mnemonic code:"
|
||||||
print "\""+' '.join(mnemonic.mn_encode(wallet.seed))+"\""
|
print "\""+' '.join(mnemonic.mn_encode(wallet.seed))+"\""
|
||||||
print "Wallet saved in '%s'"%options.wallet_path
|
print "Wallet saved in '%s'"%wallet.path
|
||||||
|
|
||||||
# check syntax
|
# check syntax
|
||||||
if cmd in ['payto', 'mktx']:
|
if cmd in ['payto', 'mktx']:
|
||||||
|
|
Loading…
Add table
Reference in a new issue