mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
follow up fix #2341
This commit is contained in:
parent
e555b982f9
commit
23e51e7c9e
1 changed files with 1 additions and 1 deletions
|
@ -2894,4 +2894,4 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
return
|
return
|
||||||
if is_final:
|
if is_final:
|
||||||
new_tx.set_rbf(False)
|
new_tx.set_rbf(False)
|
||||||
self.show_transaction(new_tx, desc=tx_label)
|
self.show_transaction(new_tx, tx_label)
|
||||||
|
|
Loading…
Add table
Reference in a new issue