File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4747 or key) existed. The manager now correctly regenerates both files when either
4848 is missing, preventing "file not found" errors on startup.
4949
50+ * [ Fixed race conditions] ( https://github.com/lightningnetwork/lnd/pull/10433 ) in
51+ the channel graph database. The ` Node.PubKey() ` and
52+ ` ChannelEdgeInfo.NodeKey1/NodeKey2() ` methods had check-then-act races when
53+ caching parsed public keys. Additionally, ` DisconnectBlockAtHeight ` was
54+ accessing the reject and channel caches without proper locking. The caching
55+ has been removed from the public key parsing methods, and proper mutex
56+ protection has been added to the cache access in ` DisconnectBlockAtHeight ` .
57+
5058# New Features
5159
5260## Functional Enhancements
You can’t perform that action at this time.
0 commit comments