We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ff546 commit 226488eCopy full SHA for 226488e
docs/release-notes/release-notes-0.20.1.md
@@ -45,6 +45,14 @@
45
46
## RPC Updates
47
48
+ * The `EstimateRouteFee` RPC now implements an [LSP detection
49
+ heuristic](https://github.com/lightningnetwork/lnd/pull/10396) that probes up
50
+ to 3 unique Lightning Service Providers when route hints indicate an LSP
51
+ setup. The implementation returns worst-case (most expensive) fee estimates
52
+ for conservative budgeting and includes griefing protection by limiting the
53
+ number of probed LSPs. It enhances the previously LSP design by being more
54
+ generic and more flexible.
55
+
56
## lncli Updates
57
58
## Breaking Changes
0 commit comments