mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
Merge pull request #277 from lightninglabs/increase-payment-timeout
loopout: Increase payment timeout
This commit is contained in:
commit
2cd2eb8996
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue