commit 23e51e7c9e74960642a9c34f8896372b9710e84d parent e555b982f9a48aefea76dbd6ad1b6e0facad986b Author: ThomasV <thomasv@electrum.org> Date: Fri, 31 Mar 2017 06:40:47 +0200 follow up fix #2341 Diffstat:
M | gui/qt/main_window.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -2894,4 +2894,4 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): return if is_final: new_tx.set_rbf(False) - self.show_transaction(new_tx, desc=tx_label) + self.show_transaction(new_tx, tx_label)