mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: use isExternalAddr flag
This commit is contained in:
parent
627eb5cb68
commit
a9be69b281
7 changed files with 25 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue