mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loop: handle fast-flag in legacy loop-in
This commit is contained in:
parent
168420c28d
commit
aaeeefee00
4 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue