tMerge pull request #539 from xHire/master - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 47901bbb057a4522f33ab9e8993ec4d66d37ae75 DIR parent 53a58cd44b4d0d01e38a1ac24c9522594ba86918 HTML Author: ThomasV <thomasv1@gmx.de> Date: Fri, 10 Jan 2014 21:55:35 -0800 Merge pull request #539 from xHire/master Fix generating encrypted wallet from command line Diffstat: M electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum b/electrum t@@ -256,7 +256,7 @@ if __name__ == '__main__': wallet.init_seed(None) wallet.save_seed(password) wallet.synchronize() - print_msg("Your wallet generation seed is:\n\"%s\"" % wallet.get_mnemonic(None)) + print_msg("Your wallet generation seed is:\n\"%s\"" % wallet.get_mnemonic(password)) print_msg("Please keep it in a safe place; if you lose it, you will not be able to restore your wallet.") print_msg("Wallet saved in '%s'" % wallet.storage.path)