diff --git a/electrum/gui/qt/installwizard.py b/electrum/gui/qt/installwizard.py index 99ad9cf01..45af0a21a 100644 --- a/electrum/gui/qt/installwizard.py +++ b/electrum/gui/qt/installwizard.py @@ -304,7 +304,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): _('If you use a passphrase, make sure it is correct.')) self.reset_stack() return self.select_storage(path, get_wallet_from_daemon) - except UserCancelled: + except (UserCancelled, GoBack): raise except BaseException as e: self.logger.exception('')