diff --git a/electrum/gui/qt/__init__.py b/electrum/gui/qt/__init__.py index e6fef17a7..90de97fac 100644 --- a/electrum/gui/qt/__init__.py +++ b/electrum/gui/qt/__init__.py @@ -418,8 +418,7 @@ class ElectrumGui(BaseElectrumGui, Logger): parent=None, title=_('Error'), text=_('Cannot load wallet') + '(2) :\n' + err_text) - elif isinstance(e, WalletFileException) and e.should_report_crash \ - or not isinstance(e, WalletFileException): + else: send_exception_to_crash_reporter(e) if app_is_starting: # If we raise in this context, there are no more fallbacks, we will shut down.