do network dialog at the end in installwizard
This commit is contained in:
@@ -236,13 +236,9 @@ class InstallWizard(QDialog):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|
||||||
|
|
||||||
action = self.restore_or_create()
|
action = self.restore_or_create()
|
||||||
if not action: exit()
|
if not action: exit()
|
||||||
|
|
||||||
#if not self.config.get('server'):
|
|
||||||
self.network_dialog()
|
|
||||||
|
|
||||||
wallet = Wallet(self.storage)
|
wallet = Wallet(self.storage)
|
||||||
|
|
||||||
if action == 'create':
|
if action == 'create':
|
||||||
@@ -282,6 +278,8 @@ class InstallWizard(QDialog):
|
|||||||
|
|
||||||
else: raise
|
else: raise
|
||||||
|
|
||||||
|
#if not self.config.get('server'):
|
||||||
|
self.network_dialog()
|
||||||
|
|
||||||
# start wallet threads
|
# start wallet threads
|
||||||
wallet.start_threads(self.interface, self.blockchain)
|
wallet.start_threads(self.interface, self.blockchain)
|
||||||
|
|||||||
Reference in New Issue
Block a user