Merge pull request #277 from lightninglabs/increase-payment-timeout

loopout: Increase payment timeout
pull/280/head
Alex Bosworth 4 years ago committed by GitHub
commit 2cd2eb8996
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 // paymentTimeout is the timeout for the loop out payment loop as
// communicated to lnd. // communicated to lnd.
paymentTimeout = time.Minute paymentTimeout = time.Minute * 30
) )
// loopOutSwap contains all the in-memory state related to a pending loop out // loopOutSwap contains all the in-memory state related to a pending loop out

Loading…
Cancel
Save