mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
Merge pull request #2691 from cfromknecht/increase-default-recovery-window
cmd/lncli: increase default recovery window to 2.5k
This commit is contained in:
commit
232dd73abd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user