tpath - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 94cc6aa93a04a71a1a8618594cb713e2d5f3c789 DIR parent e34f7dce7f1836b393b5a7f22ac78de71c2674e9 HTML Author: ThomasV <thomasv@gitorious> Date: Tue, 15 May 2012 07:23:29 +0200 path Diffstat: M electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum b/electrum t@@ -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']: