commit 6c055e80ed4db18ba984e4c7b52db12b93821603
parent 0062c6d69561991d5918163946344c1b10ed9588
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 19 Sep 2019 12:01:23 +0200
qt: show_info -> show_error
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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))