Skip to content

Commit 84d091b

Browse files
Merge pull request #883 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 8a814fc + db1dd52 commit 84d091b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
known TLV fields were incorrectly encoded into the `ExtraData` field of
3434
messages in the dynamic commitment set.
3535

36+
- Fixed a [deadlock](https://github.com/lightningnetwork/lnd/pull/10108) that
37+
can cause contract resolvers to be stuck at marking the channel force close as
38+
being complete.
39+
3640
# New Features
3741

3842
## Functional Enhancements
@@ -70,6 +74,10 @@ circuit. The indices are only available for forwarding events saved after v0.20.
7074
finish under this timeout value. Consider using a larger timeout value if you
7175
have a slow network.
7276

77+
* The default value for `gossip.msg-rate-bytes` has been
78+
[increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to
79+
1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB.
80+
7381

7482
## lncli Additions
7583

0 commit comments

Comments
 (0)