plugins: call load_wallet in install wizard
This commit is contained in:
@@ -153,7 +153,7 @@ class ElectrumGui:
|
||||
QMessageBox.information(None, _('Warning'), _('The file was removed'), _('OK'))
|
||||
return
|
||||
return
|
||||
wizard = installwizard.InstallWizard(self.config, self.network, storage)
|
||||
wizard = installwizard.InstallWizard(self.config, self.network, storage, self.app)
|
||||
wizard.show()
|
||||
if action == 'new':
|
||||
action, wallet_type = wizard.restore_or_create()
|
||||
|
||||
Reference in New Issue
Block a user