Browse Source

kivy: minor wizard fix

master
ThomasV 10 years ago
parent
commit
5cb18f95de
  1. 2
      gui/kivy/uix/dialogs/installwizard.py

2
gui/kivy/uix/dialogs/installwizard.py

@ -185,7 +185,7 @@ class InstallWizard(Widget):
def create(password): def create(password):
wallet.add_seed(seed, password) wallet.add_seed(seed, password)
wallet.create_master_keys(password) wallet.create_master_keys(password)
wallet.create_main_account(password) wallet.create_main_account()
wallet.synchronize() # generate first addresses offline wallet.synchronize() # generate first addresses offline
self.waiting_dialog(partial(create, password), self.waiting_dialog(partial(create, password),

Loading…
Cancel
Save