You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to get the fees spent in past reverse swaps. It would be useful if a Payment resulting from a reverse swap included fee information like fees_claim, fees_lockup and total_fees. These are currently only provided when preparing an onchain send.
One option would be to include this data in ReverseSwapInfo.
Additionally, the recipient onchain address is not exposed, which can be useful for a user who wants to check where he sent funds to.
The text was updated successfully, but these errors were encountered:
danielgranhao
changed the title
Expose Reverse Swap fees in resulting Payment
Expose additional Reverse Swap data in resulting PaymentJul 1, 2024
There is currently no way to get the fees spent in past reverse swaps. It would be useful if a
Payment
resulting from a reverse swap included fee information likefees_claim
,fees_lockup
andtotal_fees
. These are currently only provided when preparing an onchain send.One option would be to include this data in
ReverseSwapInfo
.Additionally, the recipient onchain address is not exposed, which can be useful for a user who wants to check where he sent funds to.
The text was updated successfully, but these errors were encountered: