Skip to content

Commit 1a5acdf

Browse files
committed
loopd: fast-flag in GetLoopInQuote and StaticAddressLoopIn
1 parent 1d430e2 commit 1a5acdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

loopd/swapclient_server.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ func (s *swapClientServer) GetLoopInQuote(ctx context.Context,
10251025
Private: req.Private,
10261026
Initiator: defaultLoopdInitiator,
10271027
NumDeposits: uint32(numDeposits),
1028+
Fast: req.Fast,
10281029
})
10291030
if err != nil {
10301031
return nil, err
@@ -2052,6 +2053,7 @@ func (s *swapClientServer) StaticAddressLoopIn(ctx context.Context,
20522053
Private: in.Private,
20532054
RouteHints: routeHints,
20542055
PaymentTimeoutSeconds: in.PaymentTimeoutSeconds,
2056+
Fast: in.Fast,
20552057
}
20562058

20572059
if in.LastHop != nil {

0 commit comments

Comments
 (0)