swapsserver fix for legacy clients. (follow-up 6e92a00)
This commit is contained in:
@@ -1165,6 +1165,7 @@ class SwapManager(Logger):
|
|||||||
response = {
|
response = {
|
||||||
"id": swap.payment_hash.hex(),
|
"id": swap.payment_hash.hex(),
|
||||||
'preimageHash': swap.payment_hash.hex(),
|
'preimageHash': swap.payment_hash.hex(),
|
||||||
|
"acceptZeroConf": False,
|
||||||
"expectedAmount": swap.onchain_amount,
|
"expectedAmount": swap.onchain_amount,
|
||||||
"timeoutBlockHeight": swap.locktime,
|
"timeoutBlockHeight": swap.locktime,
|
||||||
"address": swap.lockup_address,
|
"address": swap.lockup_address,
|
||||||
|
|||||||
Reference in New Issue
Block a user