do network dialog at the end in installwizard

This commit is contained in:
thomasv 2013-09-03 14:57:29 +02:00
parent 3e14b7dd72
commit 20954514b1
1 changed files with 2 additions and 4 deletions

View File

@ -236,13 +236,9 @@ class InstallWizard(QDialog):
def run(self):
action = self.restore_or_create()
if not action: exit()
#if not self.config.get('server'):
self.network_dialog()
wallet = Wallet(self.storage)
if action == 'create':
@ -282,6 +278,8 @@ class InstallWizard(QDialog):
else: raise
#if not self.config.get('server'):
self.network_dialog()
# start wallet threads
wallet.start_threads(self.interface, self.blockchain)