tfix #1622 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e5aa543707ad9791058899646829118fd9b2e7b3 DIR parent 384b8cd5f24731c5998091d65efef886daa76a43 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 10 Jan 2016 21:00:41 +0100 fix #1622 Diffstat: M electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum b/electrum t@@ -142,7 +142,7 @@ def run_non_RPC(config): seed = wallet.make_seed() wallet.add_seed(seed, password) wallet.create_master_keys(password) - wallet.create_main_account(password) + wallet.create_main_account() wallet.synchronize() print_msg("Your wallet generation seed is:\n\"%s\"" % seed) print_msg("Please keep it in a safe place; if you lose it, you will not be able to restore your wallet.")