From 282c4561ff0b2f9854694ac76bbf9e1ae5619050 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 5 Apr 2025 18:17:06 +0200 Subject: [PATCH] swapsserver fix for legacy clients. (follow-up 6e92a00) --- electrum/submarine_swaps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/submarine_swaps.py b/electrum/submarine_swaps.py index 00c5da81d..2c8fb4e84 100644 --- a/electrum/submarine_swaps.py +++ b/electrum/submarine_swaps.py @@ -1165,6 +1165,7 @@ class SwapManager(Logger): response = { "id": swap.payment_hash.hex(), 'preimageHash': swap.payment_hash.hex(), + "acceptZeroConf": False, "expectedAmount": swap.onchain_amount, "timeoutBlockHeight": swap.locktime, "address": swap.lockup_address,