Merge pull request #16 from alexbosworth/increase-default-conf-target

loopd: increase swap fee window
This commit is contained in:
Olaoluwa Osuntokun 2019-03-15 15:59:10 -07:00 committed by GitHub
commit 211f7b1647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ import (
)
const (
defaultConfTarget = int32(2)
defaultConfTarget = int32(6)
)
var (