loopout: Increase payment timeout

Allow for more time to search for low-routing fee pathways to the Loop service
pull/277/head
Alex Bosworth 4 years ago committed by GitHub
parent eb3e7a0661
commit a47eacff62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ var (
// paymentTimeout is the timeout for the loop out payment loop as
// communicated to lnd.
paymentTimeout = time.Minute
paymentTimeout = time.Minute * 30
)
// loopOutSwap contains all the in-memory state related to a pending loop out

Loading…
Cancel
Save