Skip to content

Commit eb3e7a0

Browse files
authored
Merge pull request #275 from lightninglabs/increase-sweep-conf-default
loopout: Increase default sweep confirmation target
2 parents e9f71e9 + a29cb86 commit eb3e7a0

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 = 9
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)