We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06beef2 commit de17c12Copy full SHA for de17c12
docs/lnd/release-notes/release-notes-0.19.0.md
@@ -168,6 +168,11 @@ close transaction.
168
[changed](https://github.com/lightningnetwork/lnd/pull/9627) so the sweeper
169
will always attempt the sweep as long as the budget can be partially covered.
170
171
+* [Add](https://github.com/lightningnetwork/lnd/pull/9603) validation to ensure
172
+ that MPP parameters are compatible with the payment amount before attempting
173
+ the payment. This prevents payments from entering a path finding loop that
174
+ would eventually timeout.
175
+
176
## RPC Additions
177
178
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)
0 commit comments