From c316d406dbf17b0fdf1c97743a296aba01f67f00 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 13 Jun 2022 10:37:25 +0200 Subject: [PATCH] unconfirmed swaps: revert label change (follow-up 599ad1c0173427c008767f201daffd8b80d780b8) --- electrum/lnworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/lnworker.py b/electrum/lnworker.py index 87b36964f..458154f10 100644 --- a/electrum/lnworker.py +++ b/electrum/lnworker.py @@ -910,7 +910,7 @@ class LNWallet(LNWorker): delta = current_height - swap.locktime tx_height = self.wallet.adb.get_tx_height(swap.funding_txid) if swap.is_reverse and tx_height.height <= 0: - label += ' (%s)' % _('funding transaction not confirmed') + label += ' (%s)' % _('waiting for funding tx confirmation') if not swap.is_reverse and not swap.is_redeemed and swap.spending_txid is None and delta < 0: label += f' (refundable in {-delta} blocks)' # fixme: only if unspent out[txid] = {