mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
docs: add release note for premature msg fix
This commit is contained in:
@@ -18,6 +18,11 @@
|
|||||||
due to the cancel signal is processed before the creation. It is now properly
|
due to the cancel signal is processed before the creation. It is now properly
|
||||||
handled by moving creation before deletion.
|
handled by moving creation before deletion.
|
||||||
|
|
||||||
|
* When the block height+delta specified by a network message is greater than
|
||||||
|
the gossiper's best height, it will be considered as premature and ignored.
|
||||||
|
[These premature messages are now saved into a cache and processed once the
|
||||||
|
height has reached.](https://github.com/lightningnetwork/lnd/pull/6054)
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
||||||
* [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)
|
* [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)
|
||||||
|
Reference in New Issue
Block a user