Skip to content

Commit a9cbb34

Browse files
authored
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
1 parent e9f71e9 commit a9cbb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030

3131
// DefaultSweepConfTarget is the default confirmation target we'll use
3232
// when sweeping on-chain HTLCs.
33-
DefaultSweepConfTarget int32 = 6
33+
DefaultSweepConfTarget int32 = 12
3434

3535
// DefaultHtlcConfTarget is the default confirmation target we'll use
3636
// for on-chain htlcs published by the swap client for Loop In.

0 commit comments

Comments
 (0)