We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54a6f15 + 1cea76b commit f8ff35cCopy full SHA for f8ff35c
loopout.go
@@ -599,11 +599,12 @@ func (s *loopOutSwap) payInvoices(ctx context.Context) {
599
)
600
601
// Pay the prepay invoice. Won't use the routing plugin here as the
602
- // prepay is trivially small and shouldn't normally need any help.
+ // prepay is trivially small and shouldn't normally need any help. We
603
+ // are sending it over the same channel as the loop out payment.
604
s.log.Infof("Sending prepayment %v", s.PrepayInvoice)
605
s.prePaymentChan = s.payInvoice(
606
ctx, s.PrepayInvoice, s.MaxPrepayRoutingFee,
- nil, RoutingPluginNone, false,
607
+ s.LoopOutContract.OutgoingChanSet, RoutingPluginNone, false,
608
609
}
610
0 commit comments