mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
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:
parent
34392e82b9
commit
f9960a5fe2
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue