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,