multi: use isExternalAddr flag

This commit is contained in:
George Tsagkarelis 2023-12-22 11:54:46 +01:00
parent 627eb5cb68
commit a9be69b281
No known key found for this signature in database
GPG key ID: E08DEA9B12B66AF6
7 changed files with 25 additions and 0 deletions

View file

@ -172,6 +172,7 @@ func newLoopOutSwap(globalCtx context.Context, cfg *swapConfig,
contract := loopdb.LoopOutContract{
SwapInvoice: swapResp.swapInvoice,
DestAddr: request.DestAddr,
IsExternalAddr: request.IsExternalAddr,
MaxSwapRoutingFee: request.MaxSwapRoutingFee,
SweepConfTarget: request.SweepConfTarget,
HtlcConfirmations: confs,