1
0

fix: synchronize generated duplicated addresses

This commit is contained in:
thomasv
2013-09-02 13:41:31 +02:00
parent 9d1c31255c
commit 8774f1a193
2 changed files with 4 additions and 5 deletions

View File

@@ -179,14 +179,13 @@ class InstallWizard(QDialog):
#self.interface.start(wait = False)
# start wallet threads
wallet.start_threads(self.interface, self.blockchain)
# generate the first addresses, in case we are offline
if s is None or a == 'create':
wallet.synchronize()
# start wallet threads
wallet.start_threads(self.interface, self.blockchain)
if a == 'restore' and s is not None:
try: