Skip to content

Commit

Permalink
Merge branch 'v0-16-1-branch-rc1-7609' into v0-16-1-branch-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Apr 19, 2023
2 parents e808e91 + c96fe0e commit 8c1f9a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chainreg/chainregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions docs/release-notes/release-notes-0.16.1.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sample-lnd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<primary_dns>[,<soa_primary_dns>]' tuple where the SOA address is needed
Expand Down

0 comments on commit 8c1f9a8

Please sign in to comment.