Browse Source
qt: close wizard after splitting an old multi-account wallet
instead of trying to open the old pre-split file
sqlite_db
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
1 deletions
-
electrum/gui/qt/installwizard.py
|
|
@ -304,7 +304,8 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): |
|
|
|
if self.question(msg): |
|
|
|
os.remove(path) |
|
|
|
self.show_warning(_('The file was removed')) |
|
|
|
return |
|
|
|
# raise now, to avoid having the old storage opened |
|
|
|
raise UserCancelled() |
|
|
|
|
|
|
|
action = storage.get_action() |
|
|
|
if action and storage.requires_upgrade(): |
|
|
|