Skip to content

Commit

Permalink
Merge pull request #691 from lightninglabs/docs-lnd
Browse files Browse the repository at this point in the history
Update lnd documentation
  • Loading branch information
github-actions[bot] authored Aug 28, 2024
2 parents d171740 + 307471d commit bb71385
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/lnd/release-notes/release-notes-0.18.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,18 @@ blinded path expiry.
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9021) an issue with some
command-line arguments not being passed when running `make itest-parallel`.


* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9039) that would
cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
correctly on restart.

# New Features
## Functional Enhancements

* LND will now [temporarily ban peers](https://github.com/lightningnetwork/lnd/pull/9009)
that send too many invalid `ChannelAnnouncement`. This is only done for LND nodes
that validate `ChannelAnnouncement` messages.

## RPC Additions

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

0 comments on commit bb71385

Please sign in to comment.