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.
2 parents 3552ff0 + 7f4105a commit a96f0ccCopy full SHA for a96f0cc
docs/lnd/release-notes/release-notes-0.18.3.md
@@ -68,6 +68,11 @@ commitment when the channel was force closed.
68
in the `ReplyChannelRange` msg and introduced a check that ChanUpdates with a
69
timestamp too far into the future will be discarded.
70
71
+* [Fixed](https://github.com/lightningnetwork/lnd/pull/9026) a bug where we
72
+would create a blinded route with a minHTLC greater than the actual payment
73
+amount. Moreover remove strict correlation between min_cltv_delta and the
74
+blinded path expiry.
75
+
76
# New Features
77
## Functional Enhancements
78
## RPC Additions
0 commit comments