Skip to content

Commit c9f7091

Browse files
Merge pull request #851 from lightninglabs/docs-lnd
Update lnd documentation
2 parents cf1599f + 14f4aca commit c9f7091

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Bug Fixes
2222

23-
* [Fix a serialisation bug](https://github.com/lightningnetwork/lnd/pull/9856)
23+
- [Fix a serialisation bug](https://github.com/lightningnetwork/lnd/pull/9856)
2424
that would occur when an attempt was made to write a backup file for a channel
2525
peer that has advertised an address that we do not yet know how to parse.
2626

@@ -31,10 +31,16 @@
3131
peer would not disconnect properly when both peers supported the new
3232
"rbf-coop-close" feature leaving the peer connection in a borked state.
3333

34+
- Fixed [a case](https://github.com/lightningnetwork/lnd/pull/9890) where LND
35+
would crash because of misaligned of a data struct on 32 bit systems.
36+
3437
# New Features
3538

3639
## Functional Enhancements
3740

41+
- [Increase](https://github.com/lightningnetwork/lnd/pull/9875) gossip sync
42+
buffer to take the pressure of the read handler.
43+
3844
## RPC Additions
3945

4046
## lncli Additions

0 commit comments

Comments
 (0)