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 677ffab commit 7fce2f7Copy full SHA for 7fce2f7
docs/release-notes/release-notes-0.20.1.md
@@ -36,6 +36,12 @@
36
condition](https://github.com/lightningnetwork/lnd/pull/10371) which could
37
prevent a node from starting up if two goroutines attempt to update the
38
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.
45
46
* [Fix a startup issue in LND when encountering a
47
deserialization issue](https://github.com/lightningnetwork/lnd/pull/10383)
0 commit comments