|
|
|
@ -1625,7 +1625,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): |
|
|
|
if success: |
|
|
|
if success: |
|
|
|
parent.show_message(_('Payment sent.') + '\n' + msg) |
|
|
|
parent.show_message(_('Payment sent.') + '\n' + msg) |
|
|
|
self.invoice_list.update() |
|
|
|
self.invoice_list.update() |
|
|
|
self.do_clear() |
|
|
|
|
|
|
|
else: |
|
|
|
else: |
|
|
|
msg = msg or '' |
|
|
|
msg = msg or '' |
|
|
|
parent.show_error(msg) |
|
|
|
parent.show_error(msg) |
|
|
|
|