Browse Source

qt: don't clear send tab in broadcast_done

no longer needed as fields are already cleared when user clicks Save/Pay
hard-fail-on-bad-server-string
SomberNight 5 years ago
parent
commit
f9960a5fe2
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/gui/qt/main_window.py

1
electrum/gui/qt/main_window.py

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

Loading…
Cancel
Save