1
0

fix network dialog

This commit is contained in:
ThomasV
2012-11-20 21:46:45 +01:00
parent d2c91d9a0f
commit b6c494ce6a
2 changed files with 7 additions and 6 deletions

View File

@@ -222,10 +222,9 @@ if __name__ == '__main__':
# generate the first addresses
wallet.synchronize()
# display seed
gui.show_seed()
gui.password_dialog()
wallet.save()
if a == 'create':
# display seed
gui.show_seed()
verifier = WalletVerifier(interface, config)
wallet.set_verifier(verifier)
@@ -242,6 +241,9 @@ if __name__ == '__main__':
if not keep_it: exit()
if not found:
gui.password_dialog()
wallet.save()
verifier.start()
gui.main(url)