fix: wallet storage upgrade happening silently even when using QT GUI
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user