tqt: don't clear send tab in broadcast_done - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit f9960a5fe288fc75388417bf0104c00ec33212f5 DIR parent 34392e82b96fb44b337d991c6cb2eb5386c999b4 HTML Author: SomberNight <somber.night@protonmail.com> Date: Fri, 7 Feb 2020 20:11:08 +0100 qt: don't clear send tab in broadcast_done no longer needed as fields are already cleared when user clicks Save/Pay Diffstat: M electrum/gui/qt/main_window.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py t@@ -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)