mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
forward swaps: save the onchain amount we actually paid
This commit is contained in:
parent
8773bc2e77
commit
e9829563d3
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ class SwapManager(Logger):
|
|||
preimage = preimage,
|
||||
prepay_hash = None,
|
||||
lockup_address = lockup_address,
|
||||
onchain_amount = onchain_amount,
|
||||
onchain_amount = expected_onchain_amount,
|
||||
lightning_amount = lightning_amount,
|
||||
is_reverse = False,
|
||||
is_redeemed = False,
|
||||
|
|
Loading…
Add table
Reference in a new issue