diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index 4821db4ee..4ace439c7 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -1625,7 +1625,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): if success: parent.show_message(_('Payment sent.') + '\n' + msg) self.invoice_list.update() - self.do_clear() else: msg = msg or '' parent.show_error(msg)