mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopout: Increase default sweep confirmation target
Now that the server supports a longer CLTV maximum, the default sweep target may be increased to allow for lower on-chain costs
This commit is contained in:
parent
e9f71e90c2
commit
a9cbb34be0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ var (
|
|||
|
||||
// DefaultSweepConfTarget is the default confirmation target we'll use
|
||||
// when sweeping on-chain HTLCs.
|
||||
DefaultSweepConfTarget int32 = 6
|
||||
DefaultSweepConfTarget int32 = 12
|
||||
|
||||
// DefaultHtlcConfTarget is the default confirmation target we'll use
|
||||
// for on-chain htlcs published by the swap client for Loop In.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue