diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index 4cc9d097f..845286440 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -1686,7 +1686,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): elif status == 'progress': print('on_payment_status', key, status, args) elif status == 'failure': - self.show_info(_('Payment failed')) + self.show_error(_('Payment failed')) elif status == 'error': e = args[0] self.show_error(_('Error') + '\n' + str(e))