loop: handle fast-flag in legacy loop-in

This commit is contained in:
Slyghtning 2025-10-01 08:52:35 +02:00
parent 168420c28d
commit aaeeefee00
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
4 changed files with 9 additions and 4 deletions

View file

@ -843,6 +843,7 @@ func (s *Client) LoopInQuote(ctx context.Context,
quote, err := s.Server.GetLoopInQuote(
ctx, request.Amount, s.lndServices.NodePubkey, request.LastHop,
request.RouteHints, request.Initiator, request.NumDeposits,
request.Fast,
)
if err != nil {
return nil, err