Skip to content

Commit a47eacf

Browse files
authored
loopout: Increase payment timeout
Allow for more time to search for low-routing fee pathways to the Loop service
1 parent eb3e7a0 commit a47eacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545

4646
// paymentTimeout is the timeout for the loop out payment loop as
4747
// communicated to lnd.
48-
paymentTimeout = time.Minute
48+
paymentTimeout = time.Minute * 30
4949
)
5050

5151
// loopOutSwap contains all the in-memory state related to a pending loop out

0 commit comments

Comments
 (0)