follow up fix #2341

This commit is contained in:
ThomasV 2017-03-31 06:40:47 +02:00
parent e555b982f9
commit 23e51e7c9e
1 changed files with 1 additions and 1 deletions

View File

@ -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)