mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
lnd: update defaultMaxLocalCSVDelay
Make sure our default local csv delay maximum is symetric compared to the remote default csv maximum.
This commit is contained in:
@@ -59,7 +59,7 @@ const (
|
||||
|
||||
// defaultMaxLocalCSVDelay is the maximum delay we accept on our
|
||||
// commitment output.
|
||||
defaultMaxLocalCSVDelay = 10000
|
||||
defaultMaxLocalCSVDelay = 2016
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user