We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97dda8 commit 4c7572bCopy full SHA for 4c7572b
docs/release-notes/release-notes-0.20.0.md
@@ -46,6 +46,13 @@
46
sweeper where some outputs would not be resolved due to an error string
47
mismatch.
48
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
+
56
# New Features
57
58
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)
0 commit comments