path
authorThomasV <thomasv@gitorious>
Tue, 15 May 2012 05:23:29 +0000 (07:23 +0200)
committerThomasV <thomasv@gitorious>
Tue, 15 May 2012 05:23:29 +0000 (07:23 +0200)
electrum

index 63b7c55..91c3f5b 100755 (executable)
--- a/electrum
+++ b/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 "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']: