electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 94cc6aa93a04a71a1a8618594cb713e2d5f3c789
parent e34f7dce7f1836b393b5a7f22ac78de71c2674e9
Author: ThomasV <thomasv@gitorious>
Date:   Tue, 15 May 2012 07:23:29 +0200

path

Diffstat:
Melectrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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']: