forward swaps: save the onchain amount we actually paid
This commit is contained in:
@@ -270,7 +270,7 @@ class SwapManager(Logger):
|
|||||||
preimage = preimage,
|
preimage = preimage,
|
||||||
prepay_hash = None,
|
prepay_hash = None,
|
||||||
lockup_address = lockup_address,
|
lockup_address = lockup_address,
|
||||||
onchain_amount = onchain_amount,
|
onchain_amount = expected_onchain_amount,
|
||||||
lightning_amount = lightning_amount,
|
lightning_amount = lightning_amount,
|
||||||
is_reverse = False,
|
is_reverse = False,
|
||||||
is_redeemed = False,
|
is_redeemed = False,
|
||||||
|
|||||||
Reference in New Issue
Block a user