From 94cc6aa93a04a71a1a8618594cb713e2d5f3c789 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 15 May 2012 07:23:29 +0200 Subject: [PATCH] path --- electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum b/electrum index 63b7c559e..91c3f5b86 100755 --- 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']: