fix display of 'payment sent' message (indentation has been broken in 8f91af2)

This commit is contained in:
ThomasV 2016-08-02 12:03:53 +02:00
parent b0f6b8578e
commit ecf398c95e
1 changed files with 3 additions and 3 deletions

View File

@ -1283,9 +1283,9 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
if status:
if tx_desc is not None and tx.is_complete():
self.wallet.set_label(tx.hash(), tx_desc)
parent.show_message(_('Payment sent.') + '\n' + msg)
self.invoice_list.update()
self.do_clear()
parent.show_message(_('Payment sent.') + '\n' + msg)
self.invoice_list.update()
self.do_clear()
else:
parent.show_error(msg)