We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7116184 + 32c4201 commit 232dd73Copy full SHA for 232dd73
cmd/lncli/commands.go
@@ -33,7 +33,7 @@ import (
33
34
// TODO(roasbeef): expose all fee conf targets
35
36
-const defaultRecoveryWindow int32 = 250
+const defaultRecoveryWindow int32 = 2500
37
38
func printJSON(resp interface{}) {
39
b, err := json.Marshal(resp)
0 commit comments