This commit is contained in:
ThomasV 2012-05-15 07:23:29 +02:00
parent e34f7dce7f
commit 94cc6aa93a
1 changed files with 1 additions and 1 deletions

View File

@ -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 "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'"%options.wallet_path
print "Wallet saved in '%s'"%wallet.path
# check syntax
if cmd in ['payto', 'mktx']: