Merge pull request #2691 from cfromknecht/increase-default-recovery-window

cmd/lncli: increase default recovery window to 2.5k
This commit is contained in:
Olaoluwa Osuntokun 2019-03-19 16:12:32 -07:00 committed by GitHub
commit 232dd73abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)