qt: don't clear send tab in broadcast_done
no longer needed as fields are already cleared when user clicks Save/Pay
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user