We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d4da7 commit f427feeCopy full SHA for f427fee
docs/release-notes/release-notes-0.20.1.md
@@ -82,6 +82,12 @@
82
The fix adds automatic format detection to handle both legacy (raw feature
83
bits) and new (length-prefixed) formats.
84
85
+* [Fixed a shutdown
86
+ deadlock](https://github.com/lightningnetwork/lnd/pull/10540) in the gossiper.
87
+ Certain gossip messages could cause multiple error messages to be sent on a
88
+ channel that was only expected to be used for a single message. The erring
89
+ goroutine would block on the second send, leading to a deadlock at shutdown.
90
+
91
# New Features
92
93
## Functional Enhancements
@@ -152,4 +158,5 @@
152
158
153
159
* Abdulkbk
154
160
* bitromortac
161
+* Matt Morehouse
155
162
* Ziggie
0 commit comments