Merge pull request #275 from lightninglabs/increase-sweep-conf-default

loopout: Increase default sweep confirmation target
This commit is contained in:
Alex Bosworth 2020-08-25 09:38:31 -07:00 committed by GitHub
commit eb3e7a0661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ var (
// DefaultSweepConfTarget is the default confirmation target we'll use
// when sweeping on-chain HTLCs.
DefaultSweepConfTarget int32 = 6
DefaultSweepConfTarget int32 = 9
// DefaultHtlcConfTarget is the default confirmation target we'll use
// for on-chain htlcs published by the swap client for Loop In.