|
@ -192,7 +192,7 @@ class ElectrumGui: |
|
|
d.exec_() |
|
|
d.exec_() |
|
|
return |
|
|
return |
|
|
if not wallet: |
|
|
if not wallet: |
|
|
storage = WalletStorage(path) |
|
|
storage = WalletStorage(path, manual_upgrades=True) |
|
|
wizard = InstallWizard(self.config, self.app, self.plugins, storage) |
|
|
wizard = InstallWizard(self.config, self.app, self.plugins, storage) |
|
|
try: |
|
|
try: |
|
|
wallet = wizard.run_and_get_wallet() |
|
|
wallet = wizard.run_and_get_wallet() |
|
|