tfollow up fix #2341 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 23e51e7c9e74960642a9c34f8896372b9710e84d DIR parent e555b982f9a48aefea76dbd6ad1b6e0facad986b HTML 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(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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)