mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopout: Increase payment timeout
Allow for more time to search for low-routing fee pathways to the Loop service
This commit is contained in:
parent
eb3e7a0661
commit
a47eacff62
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