Skip to content

Commit

Permalink
Merge pull request #2691 from cfromknecht/increase-default-recovery-w…
Browse files Browse the repository at this point in the history
…indow

cmd/lncli: increase default recovery window to 2.5k
  • Loading branch information
Roasbeef committed Mar 19, 2019
2 parents 7116184 + 32c4201 commit 232dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lncli/commands.go
Expand Up @@ -33,7 +33,7 @@ import (

// TODO(roasbeef): expose all fee conf targets

const defaultRecoveryWindow int32 = 250
const defaultRecoveryWindow int32 = 2500

func printJSON(resp interface{}) {
b, err := json.Marshal(resp)
Expand Down

0 comments on commit 232dd73

Please sign in to comment.