From 23e51e7c9e74960642a9c34f8896372b9710e84d Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 31 Mar 2017 06:40:47 +0200 Subject: [PATCH] follow up fix #2341 --- 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 index 5425994d..80223ed2 100644 --- 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)