@ -192,7 +192,7 @@ class ElectrumGui:
d.exec_()
return
if not wallet:
storage = WalletStorage(path)
storage = WalletStorage(path, manual_upgrades=True)
wizard = InstallWizard(self.config, self.app, self.plugins, storage)
try:
wallet = wizard.run_and_get_wallet()
@ -220,7 +220,7 @@ class Daemon(DaemonThread):
if storage.requires_split():
if storage.requires_upgrade():
storage.upgrade()
if storage.get_action():
wallet = Wallet(storage)