Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/lnd/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ close transaction.
[changed](https://github.com/lightningnetwork/lnd/pull/9627) so the sweeper
will always attempt the sweep as long as the budget can be partially covered.

* [Add](https://github.com/lightningnetwork/lnd/pull/9603) validation to ensure
that MPP parameters are compatible with the payment amount before attempting
the payment. This prevents payments from entering a path finding loop that
would eventually timeout.

## RPC Additions

* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)
Expand Down