Skip to content

Commit 4c7572b

Browse files
committed
docs: add release-notes
1 parent a97dda8 commit 4c7572b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
sweeper where some outputs would not be resolved due to an error string
4747
mismatch.
4848

49+
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10277) a case in the
50+
status manager where we would have disabled a channel although it was already
51+
active in the switch. When a channel reconnects it starts a timer which might
52+
only trigger after the disable timer has already been triggered, so we had a
53+
race condition where we would unnecessaraly mark a channel as disabled
54+
although it was active in the first place.
55+
4956
# New Features
5057

5158
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)

0 commit comments

Comments
 (0)