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
increase-sweep-conf-default
Alex Bosworth 4 years ago committed by GitHub
parent e9f71e90c2
commit a9cbb34be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save