diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 5425994d7..80223ed2c 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)