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:
SomberNight 2020-02-07 20:11:08 +01:00
parent 34392e82b9
commit f9960a5fe2
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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)