Skip to content

Commit bb71385

Browse files
Merge pull request #691 from lightninglabs/docs-lnd
Update lnd documentation
2 parents d171740 + 307471d commit bb71385

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/lnd/release-notes/release-notes-0.18.3.md

+10
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,18 @@ blinded path expiry.
7676
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9021) an issue with some
7777
command-line arguments not being passed when running `make itest-parallel`.
7878

79+
80+
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9039) that would
81+
cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
82+
correctly on restart.
83+
7984
# New Features
8085
## Functional Enhancements
86+
87+
* LND will now [temporarily ban peers](https://github.com/lightningnetwork/lnd/pull/9009)
88+
that send too many invalid `ChannelAnnouncement`. This is only done for LND nodes
89+
that validate `ChannelAnnouncement` messages.
90+
8191
## RPC Additions
8292

8393
* The [SendPaymentRequest](https://github.com/lightningnetwork/lnd/pull/8734)

0 commit comments

Comments
 (0)