We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae1dab commit fd595baCopy full SHA for fd595ba
docs/release-notes/release-notes-0.19.0.md
@@ -63,6 +63,11 @@
63
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9322) that caused
64
estimateroutefee to ignore the default payment timeout.
65
66
+* [Make reassignment of alias channel edges atomic](
67
+ https://github.com/lightningnetwork/lnd/pull/8777). This fixes an edge case
68
+ where we might rate limit a peer because he already sent us a channel update
69
+ with the confirmed channel ID but the graph was still not updated.
70
+
71
# New Features
72
73
* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
0 commit comments