storage upgrade as part of the wizard. fix storage upgrade on kivy.
This commit is contained in:
@@ -503,7 +503,7 @@ class ElectrumWindow(App):
|
||||
self.load_wallet(wallet)
|
||||
else:
|
||||
Logger.debug('Electrum: Wallet not found. Launching install wizard')
|
||||
storage = WalletStorage(path)
|
||||
storage = WalletStorage(path, manual_upgrades=True)
|
||||
wizard = Factory.InstallWizard(self.electrum_config, storage)
|
||||
wizard.bind(on_wizard_complete=self.on_wizard_complete)
|
||||
action = wizard.storage.get_action()
|
||||
|
||||
Reference in New Issue
Block a user