commit 5cb18f95de03529527eebc0c6d8f3582509e59bd
parent 0464a1a6b0afd4222191b1c34d30b91e50ec470d
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 13 Jan 2016 21:26:54 +0100
kivy: minor wizard fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/kivy/uix/dialogs/installwizard.py b/gui/kivy/uix/dialogs/installwizard.py
@@ -185,7 +185,7 @@ class InstallWizard(Widget):
def create(password):
wallet.add_seed(seed, password)
wallet.create_master_keys(password)
- wallet.create_main_account(password)
+ wallet.create_main_account()
wallet.synchronize() # generate first addresses offline
self.waiting_dialog(partial(create, password),