path
This commit is contained in:
parent
e34f7dce7f
commit
94cc6aa93a
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…
Reference in New Issue
Block a user