Skip to content

Commit 211f7b1

Browse files
authored
Merge pull request #16 from alexbosworth/increase-default-conf-target
loopd: increase swap fee window
2 parents 7b769d5 + 2e4b5df commit 211f7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/loopd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
defaultConfTarget = int32(2)
17+
defaultConfTarget = int32(6)
1818
)
1919

2020
var (

0 commit comments

Comments
 (0)