diff --git a/chainreg/chainregistry.go b/chainreg/chainregistry.go index f025dbb64..dbe374c4e 100644 --- a/chainreg/chainregistry.go +++ b/chainreg/chainregistry.go @@ -128,7 +128,7 @@ const ( // DefaultBitcoinTimeLockDelta is the default forwarding time lock // delta. - DefaultBitcoinTimeLockDelta = 40 + DefaultBitcoinTimeLockDelta = 80 DefaultLitecoinMinHTLCInMSat = lnwire.MilliSatoshi(1) DefaultLitecoinMinHTLCOutMSat = lnwire.MilliSatoshi(1000) diff --git a/docs/release-notes/release-notes-0.16.1.md b/docs/release-notes/release-notes-0.16.1.md index e9cc58c7e..ceaa1940d 100644 --- a/docs/release-notes/release-notes-0.16.1.md +++ b/docs/release-notes/release-notes-0.16.1.md @@ -1,5 +1,10 @@ # Release Notes +## Routing + +* The default CLTV delta delay [has been increased from 40 blocks to 80 + blocks](https://github.com/lightningnetwork/lnd/pull/7609). + ## Wallet - The logging around transaction broadcast failures [has been improved by always diff --git a/sample-lnd.conf b/sample-lnd.conf index 023f8af2d..674cb4486 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -532,7 +532,7 @@ bitcoin.node=btcd ; bitcoin.feerate=1 ; The CLTV delta we will subtract from a forwarded HTLC's timelock value. -; bitcoin.timelockdelta=40 +; bitcoin.timelockdelta=80 ; The seed DNS server(s) to use for initial peer discovery. Must be specified as ; a '[,]' tuple where the SOA address is needed