Skip to content

Commit 282c456

Browse files
committed
swapsserver fix for legacy clients. (follow-up 6e92a00)
1 parent bc4fcd8 commit 282c456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electrum/submarine_swaps.py

+1
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ def server_create_normal_swap(self, request):
11651165
response = {
11661166
"id": swap.payment_hash.hex(),
11671167
'preimageHash': swap.payment_hash.hex(),
1168+
"acceptZeroConf": False,
11681169
"expectedAmount": swap.onchain_amount,
11691170
"timeoutBlockHeight": swap.locktime,
11701171
"address": swap.lockup_address,

0 commit comments

Comments
 (0)