diff --git a/loopin.go b/loopin.go index bd694cd62..45f639a02 100644 --- a/loopin.go +++ b/loopin.go @@ -177,6 +177,7 @@ func newLoopInSwap(globalCtx context.Context, cfg *swapConfig, Memo: "swap", Expiry: 3600 * 24 * 365, RouteHints: request.RouteHints, + Private: true, }, ) if err != nil { @@ -197,6 +198,7 @@ func newLoopInSwap(globalCtx context.Context, cfg *swapConfig, Memo: "loop in probe", Expiry: 3600, RouteHints: request.RouteHints, + Private: true, }, ) if err != nil { diff --git a/staticaddr/loopin/actions.go b/staticaddr/loopin/actions.go index 992da27a9..54d697ebc 100644 --- a/staticaddr/loopin/actions.go +++ b/staticaddr/loopin/actions.go @@ -103,6 +103,7 @@ func (f *FSM) InitHtlcAction(ctx context.Context, Memo: "static address loop-in", Expiry: 3600 * 24 * 365, RouteHints: f.loopIn.RouteHints, + Private: true, }, ) if err != nil {