1
0

swapsserver fix for legacy clients. (follow-up 6e92a00)

This commit is contained in:
ThomasV
2025-04-05 18:17:06 +02:00
parent bc4fcd8b83
commit 282c4561ff

View File

@@ -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,