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

loopout: Increase payment timeout
This commit is contained in:
Alex Bosworth 2020-08-25 12:03:32 -07:00 committed by GitHub
commit 2cd2eb8996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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