Skip to content

Commit 7fce2f7

Browse files
ziggie1984github-actions[bot]
authored andcommitted
docs: add release-notes for LND 20.1
(cherry picked from commit e5b0704)
1 parent 677ffab commit 7fce2f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/release-notes/release-notes-0.20.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
condition](https://github.com/lightningnetwork/lnd/pull/10371) which could
3737
prevent a node from starting up if two goroutines attempt to update the
3838
node's announcement at the same time.
39+
40+
* [Fix timestamp comparison in source node
41+
updates](https://github.com/lightningnetwork/lnd/pull/10449) that could still
42+
cause "sql: no rows in result set" startup errors. The previous fix (#10371)
43+
addressed concurrent updates with equal timestamps, but the seconds-only
44+
comparison could still fail when restarting with different minute/hour values.
3945

4046
* [Fix a startup issue in LND when encountering a
4147
deserialization issue](https://github.com/lightningnetwork/lnd/pull/10383)

0 commit comments

Comments
 (0)